LibreOffice Module comphelper (master) 1
|
Public Member Functions | |
EventNotifierImpl () | |
Public Attributes | |
std::mutex | aMutex |
std::condition_variable | aPendingActions |
std::vector< ProcessableEvent > | aEvents |
bool | bTerminate |
char const * | name |
std::shared_ptr< AsyncEventNotifierAutoJoin > | pKeepThisAlive |
Definition at line 61 of file asyncnotification.cxx.
|
inline |
Definition at line 71 of file asyncnotification.cxx.
std::vector< ProcessableEvent > comphelper::EventNotifierImpl::aEvents |
Definition at line 65 of file asyncnotification.cxx.
std::mutex comphelper::EventNotifierImpl::aMutex |
Definition at line 63 of file asyncnotification.cxx.
std::condition_variable comphelper::EventNotifierImpl::aPendingActions |
Definition at line 64 of file asyncnotification.cxx.
bool comphelper::EventNotifierImpl::bTerminate |
Definition at line 66 of file asyncnotification.cxx.
char const* comphelper::EventNotifierImpl::name |
Definition at line 68 of file asyncnotification.cxx.
std::shared_ptr<AsyncEventNotifierAutoJoin> comphelper::EventNotifierImpl::pKeepThisAlive |
Definition at line 69 of file asyncnotification.cxx.