LibreOffice Module comphelper (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
comphelper::AnyEvent Class Reference

the very basic instance to hold a description of an event More...

#include <asyncnotification.hxx>

Inheritance diagram for comphelper::AnyEvent:
[legend]
Collaboration diagram for comphelper::AnyEvent:
[legend]

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
 
AnyEventoperator= (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
 

Detailed Description

the very basic instance to hold a description of an event

Definition at line 39 of file asyncnotification.hxx.

Constructor & Destructor Documentation

◆ AnyEvent() [1/2]

comphelper::AnyEvent::AnyEvent ( )

Definition at line 32 of file asyncnotification.cxx.

◆ ~AnyEvent()

comphelper::AnyEvent::~AnyEvent ( )
overrideprotectedvirtual

Definition at line 36 of file asyncnotification.cxx.

◆ AnyEvent() [2/2]

comphelper::AnyEvent::AnyEvent ( AnyEvent const &  )
privatedelete

Member Function Documentation

◆ operator=()

AnyEvent & comphelper::AnyEvent::operator= ( AnyEvent const &  )
privatedelete

The documentation for this class was generated from the following files: