#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 183 of file Exception.hpp.
| BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg | ( | char const * | msg, | |
| int | errnum | |||
| ) |
Definition at line 343 of file Exception.cpp.
References BLOCXX_NAMESPACE::ExceptionDetail::BUFSZ, pImpl, and BLOCXX_NAMESPACE::ExceptionDetail::portable_strerror_r().
| BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::~FormatMsg | ( | ) |
Definition at line 352 of file Exception.cpp.
| BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::FormatMsg | ( | const FormatMsg & | ) | [private] |
| char const * BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::get | ( | ) | const |
Definition at line 356 of file Exception.cpp.
References pImpl.
Referenced by BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format().
1.5.3