logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

GNU CommonC++                                    Sun Dec 27 2020                           ost::AppLog::Ident(3)

Constructor & Destructor Documentation

ost::AppLog::Ident::Ident()[inline]
       Constructor.

   ost::AppLog::Ident::~Ident()[inline]
       Desctructor.

   ost::AppLog::Ident::Ident(Ident&id)[inline]
       Copy constructor.

   ost::AppLog::Ident::Ident(constchar*str)[inline]
       const char* constructor, provided for convenience.

Detailed Description

Ident class that represents module name.

Member Function Documentation

constchar*ost::AppLog::Ident::c_str()[inline]
       const char* cast provided for conveneince.

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

   Ident&ost::AppLog::Ident::operator=(constcharstr[])[inline]
       Assignment operator (const char[]), provided for convenience.

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

   std::string&ost::AppLog::Ident::str()[inline]
       std::string cast.

Name

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

Synopsis

       #include <applog.h>

   PublicMemberFunctionsIdent ()
           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.

See Also