blocxx
Static Public Member Functions

BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType > Struct Template Reference

#include <Exception.hpp>

List of all members.

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)

Detailed Description

template<typename exType>
struct BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >

Definition at line 224 of file Exception.hpp.


Member Function Documentation

template<typename exType >
template<typename Mtype >
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.

template<typename exType >
static exType BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format ( char const *  file,
int  line,
char const *  msg,
int  errnum 
) [inline, static]
template<typename exType >
static exType BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::simple ( char const *  file,
int  line,
int  errnum 
) [inline, static]

The documentation for this struct was generated from the following file: