LibreOffice Module comphelper (master) 1
|
AnyEvent derivee holding a foreign event instance. More...
#include <asyncnotification.hxx>
Public Types | |
typedef EVENT_OBJECT | EventObjectType |
Public Member Functions | |
EventHolder (EventObjectType _aEvent) | |
const EventObjectType & | getEventObject () const |
Public Member Functions inherited from comphelper::AnyEvent | |
AnyEvent () | |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Private Attributes | |
EventObjectType const | m_aEvent |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from comphelper::AnyEvent | |
virtual | ~AnyEvent () override |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
AnyEvent derivee holding a foreign event instance.
Definition at line 202 of file asyncnotification.hxx.
typedef EVENT_OBJECT comphelper::EventHolder< EVENT_OBJECT >::EventObjectType |
Definition at line 205 of file asyncnotification.hxx.
|
inline |
Definition at line 211 of file asyncnotification.hxx.
|
inline |
Definition at line 216 of file asyncnotification.hxx.
|
private |
Definition at line 208 of file asyncnotification.hxx.