Photon C++ Client API  5.0.7.3
Public Member Functions | List of all members
Base Class Referenceabstract
Inheritance diagram for Base:
Inheritance graph
[legend]
Collaboration diagram for Base:
Collaboration graph
[legend]

Public Member Functions

virtual ~Base (void)=0
 
- Public Member Functions inherited from LoggingBase< Base >
virtual ~LoggingBase (void)=0
 
- Public Member Functions inherited from ToString
virtual ~ToString (void)
 
virtual JString typeToString (void) const
 
virtual JStringtoString (JString &retStr, bool withTypes=false) const =0
 
JString toString (bool withTypes=false) const
 

Additional Inherited Members

- Static Public Member Functions inherited from LoggingBase< Base >
static void setListener (const BaseListener *pBaseListener)
 
static int getDebugOutputLevel (void)
 
static bool setDebugOutputLevel (int debugLevel)
 
static const LogFormatOptionsgetLogFormatOptions (void)
 
static void setLogFormatOptions (const LogFormatOptions &options)
 

Detailed Description

This is the base-class of all Utility-classes except of JString.

This class provides a common callback interface for transmitting debug messages from all utility classes to your application. Please refer to setListener() for more information.

See also
BaseListener , setListener()

Constructor & Destructor Documentation

◆ ~Base()

~Base ( void  )
pure virtual

Destructor.