Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "properties.hh"
#include "jsonipc/jsonipc.hh"
#include "strings.hh"
#include "utils.hh"
#include "main.hh"
#include "path.hh"
#include "serialize.hh"
#include "internal.hh"
Go to the source code of this file.
Classes | |
struct | Ase::PrefsValue |
Namespaces | |
namespace | Ase |
The Anklang C++ API namespace. | |
Macros | |
#define | PDEBUG(...) |
Typedefs | |
using | Ase::PrefsValueCallbackList = CallbackList< CString, const Value & > |
using | Ase::PrefsMap = std::unordered_map< CString, PrefsValue > |
struct Ase::PrefsValue |
Definition at line 53 of file properties.cc.
Class Members | ||
---|---|---|
shared_ptr< PrefsValueCallbackList > | callbacks | |
ParameterC | parameter | |
Value | value |
#define PDEBUG | ( | ... | ) |
Definition at line 11 of file properties.cc.