blocxx
Public Member Functions | Private Member Functions | Private Attributes | List of all members
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

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

Definition at line 389 of file Exception.cpp.

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

Definition at line 398 of file Exception.cpp.

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

Member Function Documentation

char const * BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::get ( ) const
FormatMsg& BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::operator= ( const FormatMsg )
private

Member Data Documentation

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

Definition at line 206 of file Exception.hpp.


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