Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes
AppLog::Ident Class Reference

Ident class that represents module name. More...

#include <applog.h>

Collaboration diagram for AppLog::Ident:
Collaboration graph
[legend]

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...
 

Private Attributes

std::string _ident
 

Detailed Description

Ident class that represents module name.

Definition at line 185 of file applog.h.

Constructor & Destructor Documentation

AppLog::Ident::Ident ( )
inline

Constructor.

Definition at line 194 of file applog.h.

AppLog::Ident::~Ident ( )
inline

Desctructor.

Definition at line 199 of file applog.h.

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

Copy constructor.

Definition at line 204 of file applog.h.

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

const char* constructor, provided for convenience.

Definition at line 209 of file applog.h.

Member Function Documentation

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

const char* cast provided for conveneince.

Definition at line 229 of file applog.h.

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

Assignment operator (string).

Definition at line 219 of file applog.h.

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

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

Definition at line 224 of file applog.h.

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

std::string cast.

Definition at line 214 of file applog.h.

Field Documentation

std::string AppLog::Ident::_ident
private

Definition at line 188 of file applog.h.


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