SYNOPSIS

#include <applog.h>

Public Member Functions

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.

Detailed Description

Ident class that represents module name.

Constructor & Destructor Documentation

ost::AppLog::Ident::Ident ()\fC [inline]\fP

Constructor.

ost::AppLog::Ident::~Ident ()\fC [inline]\fP

Desctructor.

ost::AppLog::Ident::Ident (\fBIdent\fP &id)\fC [inline]\fP

Copy constructor.

ost::AppLog::Ident::Ident (const char *str)\fC [inline]\fP

const char* constructor, provided for convenience.

Member Function Documentation

const char* ost::AppLog::Ident::c_str ()\fC [inline]\fP

const char* cast provided for conveneince.

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

\fBIdent\fP& ost::AppLog::Ident::operator= (std::string &st)\fC [inline]\fP

Assignment operator (string).

\fBIdent\fP& ost::AppLog::Ident::operator= (const charstr[])\fC [inline]\fP

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

std::string& ost::AppLog::Ident::str ()\fC [inline]\fP

std::string cast.

Author

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