CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include "ers/Assertion.h"
Go to the source code of this file.
Classes | |
class | ers::NotImplemented |
Macro to mark unimplemented code. More... | |
Namespaces | |
namespace | ers |
Macros | |
#define | ERS_NOT_IMPLEMENTED() throw ers::NotImplemented(ERS_HERE,ers::error) |
#define | ERS_NOT_IMPLEMENTED_FATAL() throw ers::NotImplemented(ERS_HERE,ers::ers_fatal) |
#define ERS_NOT_IMPLEMENTED | ( | ) | throw ers::NotImplemented(ERS_HERE,ers::error) |
Definition at line 35 of file NotImplemented.h.
#define ERS_NOT_IMPLEMENTED_FATAL | ( | ) | throw ers::NotImplemented(ERS_HERE,ers::ers_fatal) |
Definition at line 36 of file NotImplemented.h.