BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
NotImplemented.h File Reference
#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)
 

Macro Definition Documentation

◆ ERS_NOT_IMPLEMENTED

#define ERS_NOT_IMPLEMENTED ( )    throw ers::NotImplemented(ERS_HERE,ers::error)

Definition at line 35 of file NotImplemented.h.

◆ ERS_NOT_IMPLEMENTED_FATAL

#define ERS_NOT_IMPLEMENTED_FATAL ( )    throw ers::NotImplemented(ERS_HERE,ers::ers_fatal)

Definition at line 36 of file NotImplemented.h.