#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.
|
||||||||||||
|
Definition at line 343 of file Exception.cpp. References BLOCXX_NAMESPACE::ExceptionDetail::BUFSZ, pImpl, and BLOCXX_NAMESPACE::ExceptionDetail::portable_strerror_r(). |
|
|
Definition at line 352 of file Exception.cpp. |
|
|
|
|
|
Definition at line 356 of file Exception.cpp. References pImpl. Referenced by BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format(). |
|
|
|
|
|
Definition at line 191 of file Exception.hpp. Referenced by FormatMsg(), and get(). |
1.4.6