UCommon
Public Member Functions
ost::AppLog::Ident Class Reference

Ident class that represents module name. More...

#include <applog.h>

Public Member Functions

const char * c_str () const
 const char* cast provided for conveneince.
 
 Ident ()
 Constructor.
 
 Ident (Ident &id)
 Copy constructor.
 
 Ident (const char *str)
 const char* constructor, provided for convenience.
 
Identoperator= (std::string &st)
 Assignment operator (string).
 
Identoperator= (const char str[])
 Assignment operator (const char[]), provided for convenience.
 
std::string & str ()
 std::string cast.
 
 ~Ident ()
 Desctructor.
 

Detailed Description

Ident class that represents module name.

Definition at line 185 of file applog.h.


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