|
LibreOffice Module comphelper (master) 1
|
the very basic instance to hold a description of an event More...
#include <asyncnotification.hxx>
Public Member Functions | |
| AnyEvent () | |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Protected Member Functions | |
| virtual | ~AnyEvent () override |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
| AnyEvent (AnyEvent const &)=delete | |
| AnyEvent & | operator= (AnyEvent const &)=delete |
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 Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
the very basic instance to hold a description of an event
Definition at line 39 of file asyncnotification.hxx.
| comphelper::AnyEvent::AnyEvent | ( | ) |
Definition at line 32 of file asyncnotification.cxx.
|
overrideprotectedvirtual |
Definition at line 36 of file asyncnotification.cxx.
|
privatedelete |