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.
|
inlinestatic |
Definition at line 240 of file Exception.hpp.
References BLOCXX_NAMESPACE::ExceptionDetail::FormatMsg::get().
|
inlinestatic |
Definition at line 234 of file Exception.hpp.
References BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format().
Referenced by BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format().
|
inlinestatic |
Definition at line 226 of file Exception.hpp.
References BLOCXX_NAMESPACE::ExceptionDetail::BUFSZ, and BLOCXX_NAMESPACE::ExceptionDetail::portable_strerror_r().