1 #ifndef ALLOFW_COMMON_H 2 #define ALLOFW_COMMON_H 7 #define ALLOFW_NS allofw 8 #define ALLOFW_NS_BEGIN namespace allofw { 9 #define ALLOFW_NS_END } 19 virtual const char*
what()
const;
not_implemented_yet(const char *what_=nullptr)
Definition: common.h:28
Not supported exception.
Definition: common.h:32
exception & operator=(const exception &e)
not_supported(const char *what_=nullptr)
Definition: common.h:34
Inherit this to make a class non-copyable.
Definition: common.h:44
exception(const char *what_=nullptr)
virtual const char * what() const
Allofw exception class.
Definition: common.h:14
invalid_argument(const char *what_=nullptr)
Definition: common.h:40
Invalid argument exception.
Definition: common.h:38
Not implemented exception.
Definition: common.h:26