blocxx
|
#include <Exception.hpp>
Public Member Functions | |
FormatMsg (char const *msg, int errnum) | |
~FormatMsg () | |
char const * | get () const |
Private Member Functions | |
FormatMsg (const FormatMsg &) | |
FormatMsg & | operator= (const FormatMsg &) |
Private Attributes | |
AutoPtr< FormatMsgImpl > | pImpl |
Definition at line 198 of file Exception.hpp.
BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg | ( | char const * | msg, |
int | errnum | ||
) |
Definition at line 390 of file Exception.cpp.
BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::~FormatMsg | ( | ) |
Definition at line 399 of file Exception.cpp.
BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg | ( | const FormatMsg & | ) | [private] |
char const * BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::get | ( | ) | const |
Definition at line 403 of file Exception.cpp.
Referenced by BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format().
Definition at line 206 of file Exception.hpp.