LibreOffice Module comphelper (master) 1
Protected Member Functions | Protected Attributes | List of all members
comphelper::NamedEvent Class Reference

#include <traceevent.hxx>

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

Protected Member Functions

 NamedEvent (const char *sName, const OUString &sArgs)
 
 NamedEvent (const char *sName, const std::map< OUString, OUString > &aArgs)
 
- Protected Member Functions inherited from comphelper::TraceEvent
 TraceEvent (OUString sArgs)
 
 TraceEvent (const std::map< OUString, OUString > &aArgs)
 

Protected Attributes

const char * m_sName
 
- Protected Attributes inherited from comphelper::TraceEvent
const int m_nPid
 
const OUString m_sArgs
 

Additional Inherited Members

- Static Public Member Functions inherited from comphelper::TraceEvent
static void addInstantEvent (const char *sName, const std::map< OUString, OUString > &args=std::map< OUString, OUString >())
 
static void startRecording ()
 
static void stopRecording ()
 
static void setBufferSizeAndCallback (std::size_t bufferSize, void(*bufferFullCallback)())
 
static std::vector< OUString > getEventVectorAndClear ()
 
static css::uno::Sequence< OUString > getRecordingAndClear ()
 
- Static Protected Member Functions inherited from comphelper::TraceEvent
static void addRecording (const OUString &sObject)
 
static long long getNow ()
 
static OUString createArgsString (const std::map< OUString, OUString > &args)
 
- Static Protected Attributes inherited from comphelper::TraceEvent
static std::atomic< bool > s_bRecording = (getenv("TRACE_EVENT_RECORDING") != nullptr)
 

Detailed Description

Definition at line 107 of file traceevent.hxx.

Constructor & Destructor Documentation

◆ NamedEvent() [1/2]

comphelper::NamedEvent::NamedEvent ( const char *  sName,
const OUString &  sArgs 
)
inlineprotected

Definition at line 112 of file traceevent.hxx.

References m_sName, and sName.

◆ NamedEvent() [2/2]

comphelper::NamedEvent::NamedEvent ( const char *  sName,
const std::map< OUString, OUString > &  aArgs 
)
inlineprotected

Definition at line 118 of file traceevent.hxx.

References m_sName, and sName.

Member Data Documentation

◆ m_sName

const char* comphelper::NamedEvent::m_sName
protected

Definition at line 110 of file traceevent.hxx.


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