|
ug4
|
The CallbackEntry holds the actual callback and the associated callback-id. More...
Public Member Functions | |
| CallbackEntry (const Callback &cb, CallbackId *cbId) | |
Public Attributes | |
| Callback | m_callback |
| CallbackId * | m_callbackId |
The CallbackEntry holds the actual callback and the associated callback-id.
If a MessageHub is destroyed before all callbacks are unregistered, this information can be used to notify associated callback-ids, that the associated hub is gone. Important if autoFree is enabled.
| ug::MessageHub::CallbackEntry::CallbackEntry | ( | const Callback & | cb, |
| CallbackId * | cbId | ||
| ) |
| Callback ug::MessageHub::CallbackEntry::m_callback |
| CallbackId* ug::MessageHub::CallbackEntry::m_callbackId |