#include "value.hh"
Classes | |
class | Impl |
Public Member Functions | |
void | destroy () |
String | id () const |
void | ondestroy (const VoidFunc &vf) |
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) |
Callback mechanism for Jsonapi/Jsonipc.
String id | ( | ) | const |
void ondestroy | ( | const VoidFunc & | vf | ) |
void destroy | ( | ) |
|
explicitnoexcept |
void operator() | ( | const A &... | a | ) | const |