Jpp
18.6.0-rc.1
the software that should make you happy
|
Auxiliary base class for controling the throwing of exceptions. More...
#include <JThrow.hh>
Static Public Member Functions | |
static void | Throw (const bool option) |
Enable/disable throw option. More... | |
template<class JException_t > | |
static int | Throw (const JException_t &error, const int value=-1) |
Throw exception or return error. More... | |
Static Protected Attributes | |
static bool | do_throw = true |
throw option More... | |
Auxiliary base class for controling the throwing of exceptions.
The template class refers to the throwing object.
|
inlinestatic |
|
inlinestatic |
|
staticprotected |