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

Ident class that represents module name. More...

#include <applog.h>

Public Member Functions

char * c_str ()
 const char* cast provided for conveneince.
 Ident ()
 Constructor.
 Ident (Ident &id)
 Copy constructor.
 Ident (char *str)
 const char* constructor, provided for convenience.
Identoperator= (std::string &st)
 Assignment operator (string).
Identoperator= (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 183 of file applog.h.


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