Ident class that represents module name.
More...
#include <applog.h>
|
| Ident () |
| Constructor.
|
|
| ~Ident () |
| Desctructor.
|
|
| Ident (Ident &id) |
| Copy constructor.
|
|
| Ident (const char *str) |
| const char* constructor, provided for convenience.
|
|
std::string & | str () |
| std::string cast.
|
|
Ident & | operator= (std::string &st) |
| Assignment operator (string).
|
|
Ident & | operator= (const char str[]) |
| Assignment operator (const char[]), provided for convenience.
|
|
const char * | c_str () |
| const char* cast provided for conveneince.
|
|
Ident class that represents module name.
◆ Ident() [1/3]
ost::AppLog::Ident::Ident |
( |
| ) |
|
|
inline |
◆ ~Ident()
ost::AppLog::Ident::~Ident |
( |
| ) |
|
|
inline |
◆ Ident() [2/3]
ost::AppLog::Ident::Ident |
( |
Ident & |
id | ) |
|
|
inline |
◆ Ident() [3/3]
ost::AppLog::Ident::Ident |
( |
const char * |
str | ) |
|
|
inline |
const char* constructor, provided for convenience.
◆ c_str()
const char * ost::AppLog::Ident::c_str |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
Ident & ost::AppLog::Ident::operator= |
( |
const char |
str[] | ) |
|
|
inline |
Assignment operator (const char[]), provided for convenience.
◆ operator=() [2/2]
Ident & ost::AppLog::Ident::operator= |
( |
std::string & |
st | ) |
|
|
inline |
Assignment operator (string).
◆ str()
std::string & ost::AppLog::Ident::str |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: