DOKK / manpages / debian 10 / 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.

References ost::alert(), ost::critical(), ost::debug(), ost::emerg(), ost::error(), ost::info(), ost::notice(), and ost::warn().

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

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

Assignment operator (string).

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

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

std::string cast.

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

Wed Oct 31 2018 GNU CommonC++