$search

vlrException.h File Reference

#include <string>
Include dependency graph for vlrException.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vlr::BaseException
struct  vlr::EmptyEx
struct  vlr::Ex< t1, t2, t3 >
struct  vlr::Ex< EmptyEx, EmptyEx, EmptyEx >
struct  vlr::Ex< t1, EmptyEx, EmptyEx >
struct  vlr::Ex< t1, t2, EmptyEx >
struct  vlr::FileIOEx
struct  vlr::InvalidArgumentEx
struct  vlr::IOEx
struct  vlr::SocketIOEx
struct  vlr::ZeroPointerArgumentEx

Namespaces

namespace  vlr

Defines

#define VLRException(str)   vlr::Ex<>(__PRETTY_FUNCTION__ + std::string(": ") + str)
#define VLRExceptionLevel1(str, t1)   vlr::Ex<t1>(__PRETTY_FUNCTION__ + std::string(": ") + str)
#define VLRExceptionLevel2(str, t1, t2)   vlr::Ex<t1, t2>(__PRETTY_FUNCTION__ + std::string(": ") + str)
#define VLRExceptionLevel3(str, t1, t2, t3)   vlr::Ex<t1, t2, t3>(__PRETTY_FUNCTION__ + std::string(": ") + str)

Define Documentation

#define VLRException ( str   )     vlr::Ex<>(__PRETTY_FUNCTION__ + std::string(": ") + str)

Definition at line 88 of file vlrException.h.

#define VLRExceptionLevel1 ( str,
t1   )     vlr::Ex<t1>(__PRETTY_FUNCTION__ + std::string(": ") + str)

Definition at line 89 of file vlrException.h.

#define VLRExceptionLevel2 ( str,
t1,
t2   )     vlr::Ex<t1, t2>(__PRETTY_FUNCTION__ + std::string(": ") + str)

Definition at line 90 of file vlrException.h.

#define VLRExceptionLevel3 ( str,
t1,
t2,
t3   )     vlr::Ex<t1, t2, t3>(__PRETTY_FUNCTION__ + std::string(": ") + str)

Definition at line 91 of file vlrException.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


vlr
Author(s): Soeren Kammel
autogenerated on Sun Mar 3 11:53:53 2013