|
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.
Definition at line 389 of file Exception.cpp.
References BLOCXX_NAMESPACE::ExceptionDetail::BUFSZ, BLOCXX_NAMESPACE::operator==(), pImpl, BLOCXX_NAMESPACE::ExceptionDetail::portable_strerror_r(), and BLOCXX_NAMESPACE::Format::toString().
| BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::~FormatMsg | ( | ) |
Definition at line 398 of file Exception.cpp.
Definition at line 402 of file Exception.cpp.
References BLOCXX_NAMESPACE::String::c_str(), and pImpl.
Referenced by BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format().
|
private |
Definition at line 206 of file Exception.hpp.
Referenced by FormatMsg(), and get().