Ident class that represents module name.
More...
#include <applog.h>
Collaboration diagram for AppLog::Ident:
Public Member Functions
const char* constructor, provided for convenience.
More...
Assignment operator (string).
More...
Assignment operator (const char[]), provided for convenience.
More...
const char* cast provided for conveneince.
More...
Private Attributes
Detailed Description
Ident class that represents module name.
Definition at line 185 of file applog.h.
Constructor & Destructor Documentation
AppLog::Ident::Ident
(
)
inline
AppLog::Ident::~Ident
(
)
inline
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
The documentation for this class was generated from the following file: