|
using | EventFuncPtr = std::function<EventResult(T0&)> |
|
|
std::vector< T0 * > | mListeners |
|
std::vector< EventFuncPtr > | mEventsToProcess |
|
std::vector< T0 * > | mPendingRegistrations |
|
bool | mHasPendingRegistrations |
|
std::thread::id | mThreadId |
|
bool | mThreadIdInitialized |
|
uint | mThreadCheckIndex |
|
The documentation for this class was generated from the following file: