GNU CommonC++
Public Member Functions | List of all members
ost::AppLog::Ident Class Reference

Ident class that represents module name. More...

#include <applog.h>

Public Member Functions

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

Detailed Description

Ident class that represents module name.

Constructor & Destructor Documentation

ost::AppLog::Ident::Ident ( )
inline

Constructor.

ost::AppLog::Ident::~Ident ( )
inline

Desctructor.

ost::AppLog::Ident::Ident ( Ident id)
inline

Copy constructor.

ost::AppLog::Ident::Ident ( const char *  str)
inline

const char* constructor, provided for convenience.

Member Function Documentation

const char* ost::AppLog::Ident::c_str ( )
inline

const char* cast provided for conveneince.

Referenced by ost::AppLog::operator()(), and ost::AppLog::operator<<().

Ident& ost::AppLog::Ident::operator= ( std::string &  st)
inline

Assignment operator (string).

Ident& ost::AppLog::Ident::operator= ( const char  str[])
inline

Assignment operator (const char[]), provided for convenience.

std::string& ost::AppLog::Ident::str ( )
inline

std::string cast.


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