LibreOffice Module comphelper (master) 1
Public Member Functions | Public Attributes | List of all members
comphelper::EventNotifierImpl Struct Reference

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< AsyncEventNotifierAutoJoinpKeepThisAlive
 

Detailed Description

Definition at line 61 of file asyncnotification.cxx.

Constructor & Destructor Documentation

◆ EventNotifierImpl()

comphelper::EventNotifierImpl::EventNotifierImpl ( )
inline

Definition at line 71 of file asyncnotification.cxx.

Member Data Documentation

◆ aEvents

std::vector< ProcessableEvent > comphelper::EventNotifierImpl::aEvents

Definition at line 65 of file asyncnotification.cxx.

◆ aMutex

std::mutex comphelper::EventNotifierImpl::aMutex

Definition at line 63 of file asyncnotification.cxx.

◆ aPendingActions

std::condition_variable comphelper::EventNotifierImpl::aPendingActions

Definition at line 64 of file asyncnotification.cxx.

◆ bTerminate

bool comphelper::EventNotifierImpl::bTerminate

Definition at line 66 of file asyncnotification.cxx.

◆ name

char const* comphelper::EventNotifierImpl::name

Definition at line 68 of file asyncnotification.cxx.

◆ pKeepThisAlive

std::shared_ptr<AsyncEventNotifierAutoJoin> comphelper::EventNotifierImpl::pKeepThisAlive

Definition at line 69 of file asyncnotification.cxx.


The documentation for this struct was generated from the following file: