Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Types | |
using | Pair = std::pair< int, BaseP > |
Public Member Functions | |
Derived (const std::string &name) | |
void | dummy0 () |
bool | dummy1 (bool b, KVInts kvi) |
Pair | dummy2 (std::string s, int i) |
size_t | dummy3 (Derived &d, KVFloats kvf) const |
bool | dummy4 (float f, std::string s, long l) |
void | dummy5 (const char *c, double d, Pair p) |
std::string | dummy6 (int, const std::string &) |
Derived * | dummy7 () |
Derived & | dummy8 () |
Derived | dummy9 () |
void | defaults (bool a1=true, ErrorType a2=ErrorType::FATAL, std::string a3=std::string("a3"), signed a4=-4, float a5=-0.5, const char *a6="a6", double a7=0.7, size_t a8=8, Copyable *a9=nullptr, Base *b=nullptr) |
![]() | |
Base (const Base &)=default | |
void | need_copyablep (std::shared_ptr< Copyable > cp) |
![]() | |
Base2 (const Base2 &)=default | |
Copyable | randomize () |
![]() | |
T | enable_shared_from_this (T... args) |
T | operator= (T... args) |
T | shared_from_this (T... args) |
T | weak_from_this (T... args) |
T | ~enable_shared_from_this (T... args) |
Static Public Member Functions | |
template<class C > | |
static void | set_dflt (C &c) |
Public Attributes | |
const std::string | name_ |
Definition at line 35 of file testjsonipc.cc.
using Derived::Pair = std::pair<int, BaseP> |
Definition at line 37 of file testjsonipc.cc.
Derived::Derived | ( | const std::string & | name | ) |
Definition at line 38 of file testjsonipc.cc.
void Derived::defaults | ( | bool | a1 = true , |
ErrorType | a2 = ErrorType::FATAL , |
||
std::string | a3 = std::string ("a3") , |
||
signed | a4 = -4 , |
||
float | a5 = -0.5 , |
||
const char * | a6 = "a6" , |
||
double | a7 = 0.7 , |
||
size_t | a8 = 8 , |
||
Copyable * | a9 = nullptr , |
||
Base * | b = nullptr |
||
) |
Definition at line 49 of file testjsonipc.cc.
void Derived::dummy0 | ( | ) |
Definition at line 39 of file testjsonipc.cc.
Definition at line 40 of file testjsonipc.cc.
Pair Derived::dummy2 | ( | std::string | s, |
int | i | ||
) |
Definition at line 41 of file testjsonipc.cc.
Definition at line 42 of file testjsonipc.cc.
bool Derived::dummy4 | ( | float | f, |
std::string | s, | ||
long | l | ||
) |
Definition at line 43 of file testjsonipc.cc.
Definition at line 44 of file testjsonipc.cc.
std::string Derived::dummy6 | ( | int | , |
const std::string & | |||
) |
Definition at line 45 of file testjsonipc.cc.
Derived * Derived::dummy7 | ( | ) |
Definition at line 46 of file testjsonipc.cc.
Derived & Derived::dummy8 | ( | ) |
Definition at line 47 of file testjsonipc.cc.
Derived Derived::dummy9 | ( | ) |
Definition at line 48 of file testjsonipc.cc.
|
static |
Definition at line 54 of file testjsonipc.cc.
const std::string Derived::name_ |
Definition at line 36 of file testjsonipc.cc.