BOSS 7.0.6
BESIII Offline Software System
|
Defines the wrong-marker exception, to be used when the wrong marker is found on the event stream. More...
Go to the source code of this file.
Classes | |
class | eformat::WrongMarkerIssue |
Namespaces | |
namespace | eformat |
Macros | |
#define | EFORMAT_WRONG_MARKER(current, expected) eformat::WrongMarkerIssue(ERS_HERE, ers::error, current, expected) |
Defines the wrong-marker exception, to be used when the wrong marker is found on the event stream.
Definition in file WrongMarkerIssue.h.
#define EFORMAT_WRONG_MARKER | ( | current, | |
expected | |||
) | eformat::WrongMarkerIssue(ERS_HERE, ers::error, current, expected) |
Simplifies the use of this Issue
current | The current marker on the stream |
expected | The expected marker on the stream |
Definition at line 66 of file WrongMarkerIssue.h.