|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Callback mechanism for Jsonapi/Jsonipc. More...
#include "value.hh"
Classes | |
| class | Impl |
Public Member Functions | |
| String | id () const |
| void | ondestroy (const VoidFunc &vf) |
| void | destroy () |
| operator bool () const noexcept | |
| template<class ... A> | |
| void | operator() (const A &...a) const |
Static Public Member Functions | |
| static JsTrigger | create (const String &id, const VoidArgsFunc &f) |
|
static |
Definition at line 330 of file jsonapi.cc.
| void Ase::JsTrigger::destroy | ( | ) |
Definition at line 345 of file jsonapi.cc.
| String Ase::JsTrigger::id | ( | ) | const |
Definition at line 339 of file jsonapi.cc.
| void Ase::JsTrigger::ondestroy | ( | const VoidFunc & | vf | ) |
Definition at line 314 of file jsonapi.cc.
|
explicitnoexcept |
Definition at line 351 of file jsonapi.cc.
| void Ase::JsTrigger::operator() | ( | const A &... | a | ) | const |