|
void | Start () |
|
void | Stop () |
|
bool | local_notifiers () const |
|
void | SetOnStart (std::function< void()> on_start) |
|
void | SetOnExit (std::function< void()> on_exit) |
|
unsigned int | AddEntryListener (llvm::StringRef prefix, EntryListenerCallback callback, unsigned int flags) |
|
void | RemoveEntryListener (unsigned int entry_listener_uid) |
|
void | NotifyEntry (StringRef name, std::shared_ptr< Value > value, unsigned int flags, EntryListenerCallback only=nullptr) |
|
unsigned int | AddConnectionListener (ConnectionListenerCallback callback) |
|
void | RemoveConnectionListener (unsigned int conn_listener_uid) |
|
void | NotifyConnection (bool connected, const ConnectionInfo &conn_info, ConnectionListenerCallback only=nullptr) |
|
|
static Notifier & | GetInstance () |
|
static bool | destroyed () |
|
The documentation for this class was generated from the following files:
- build/ntSources/src/Notifier.h
- build/ntSources/src/Notifier.cpp