blocxx
|
#include <Exception.hpp>
Static Public Member Functions | |
static exType | simple (char const *file, int line, int errnum) |
template<typename Mtype > | |
static exType | format (char const *file, int line, Mtype const &msg, int errnum) |
static exType | format (char const *file, int line, char const *msg, int errnum) |
Definition at line 224 of file Exception.hpp.
static exType BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format | ( | char const * | file, |
int | line, | ||
Mtype const & | msg, | ||
int | errnum | ||
) | [inline, static] |
Definition at line 234 of file Exception.hpp.
static exType BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format | ( | char const * | file, |
int | line, | ||
char const * | msg, | ||
int | errnum | ||
) | [inline, static] |
Definition at line 240 of file Exception.hpp.
References BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::get().
static exType BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::simple | ( | char const * | file, |
int | line, | ||
int | errnum | ||
) | [inline, static] |
Definition at line 226 of file Exception.hpp.
References BLOCXX_NAMESPACE::ExceptionDetail::BUFSZ, and BLOCXX_NAMESPACE::ExceptionDetail::portable_strerror_r().