Ident class that represents module name.
More...
#include <applog.h>
Ident class that represents module name.
Definition at line 185 of file applog.h.
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.
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.
std::string AppLog::Ident::_ident |
|
private |
The documentation for this class was generated from the following file: