blocxx
BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg Class Reference

#include <Exception.hpp>

Public Member Functions

 FormatMsg (char const *msg, int errnum)
 
 ~FormatMsg ()
 
char const * get () const
 

Private Member Functions

 FormatMsg (const FormatMsg &)
 
FormatMsgoperator= (const FormatMsg &)
 

Private Attributes

AutoPtr< FormatMsgImplpImpl
 

Detailed Description

Definition at line 198 of file Exception.hpp.

Constructor & Destructor Documentation

◆ FormatMsg() [1/2]

BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg ( char const * msg,
int errnum )

◆ ~FormatMsg()

BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::~FormatMsg ( )

Definition at line 398 of file Exception.cpp.

◆ FormatMsg() [2/2]

BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg ( const FormatMsg & )
private

Member Function Documentation

◆ get()

char const * BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::get ( ) const

◆ operator=()

FormatMsg & BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::operator= ( const FormatMsg & )
private

Member Data Documentation

◆ pImpl

AutoPtr<FormatMsgImpl> BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::pImpl
private

Definition at line 206 of file Exception.hpp.

Referenced by FormatMsg(), and get().


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