UCommon
ost::AppLog::Ident Class Reference

Ident class that represents module name. More...

#include <applog.h>

Public Member Functions

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

Detailed Description

Ident class that represents module name.

Definition at line 185 of file applog.h.

Constructor & Destructor Documentation

◆ Ident() [1/3]

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

Constructor.

Definition at line 194 of file applog.h.

◆ ~Ident()

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

Desctructor.

Definition at line 199 of file applog.h.

◆ Ident() [2/3]

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

Copy constructor.

Definition at line 204 of file applog.h.

◆ Ident() [3/3]

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

const char* constructor, provided for convenience.

Definition at line 209 of file applog.h.

Member Function Documentation

◆ c_str()

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

const char* cast provided for conveneince.

Definition at line 229 of file applog.h.

◆ operator=() [1/2]

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

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

Definition at line 224 of file applog.h.

◆ operator=() [2/2]

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

Assignment operator (string).

Definition at line 219 of file applog.h.

◆ str()

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

std::string cast.

Definition at line 214 of file applog.h.


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