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

#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)
 

Detailed Description

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

Definition at line 224 of file Exception.hpp.

Member Function Documentation

◆ format() [1/2]

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

◆ format() [2/2]

template<typename exType>
template<typename Mtype>
static exType BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::format ( char const * file,
int line,
Mtype const & msg,
int errnum )
inlinestatic

Definition at line 234 of file Exception.hpp.

References format().

Referenced by format().

◆ simple()

template<typename exType>
static exType BLOCXX_NAMESPACE::ExceptionDetail::Errno< exType >::simple ( char const * file,
int line,
int errnum )
inlinestatic

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