LibreOffice Module comphelper (master)
1
|
Public Member Functions | |
EventNotifierImpl () | |
Public Attributes | |
::osl::Mutex | aMutex |
::osl::Condition | aPendingActions |
EventQueue | aEvents |
bool | bTerminate |
char const * | name |
std::shared_ptr< AsyncEventNotifierAutoJoin > | pKeepThisAlive |
Definition at line 78 of file asyncnotification.cxx.
|
inline |
Definition at line 88 of file asyncnotification.cxx.
EventQueue comphelper::EventNotifierImpl::aEvents |
Definition at line 82 of file asyncnotification.cxx.
::osl::Mutex comphelper::EventNotifierImpl::aMutex |
Definition at line 80 of file asyncnotification.cxx.
::osl::Condition comphelper::EventNotifierImpl::aPendingActions |
Definition at line 81 of file asyncnotification.cxx.
bool comphelper::EventNotifierImpl::bTerminate |
Definition at line 83 of file asyncnotification.cxx.
char const* comphelper::EventNotifierImpl::name |
Definition at line 85 of file asyncnotification.cxx.
std::shared_ptr<AsyncEventNotifierAutoJoin> comphelper::EventNotifierImpl::pKeepThisAlive |
Definition at line 86 of file asyncnotification.cxx.