DOKK / manpages / debian 11 / libcommoncpp2-doc / ost_AppLog_Ident.3.en
ost::AppLog::Ident(3) Library Functions Manual ost::AppLog::Ident(3)

ost::AppLog::Ident - Ident class that represents module name.

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

Constructor.

Desctructor.

Copy constructor.

const char* constructor, provided for convenience.

const char* cast provided for conveneince.

Referenced by ost::AppLog::operator()(), and ost::AppLog::operator<<().

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

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

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

Assignment operator (string).

std::string cast.

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Sun Dec 27 2020 GNU CommonC++