BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
WrongMarkerIssue.h File Reference

Defines the wrong-marker exception, to be used when the wrong marker is found on the event stream. More...

#include "eformat/Issue.h"
#include <stdint.h>

Go to the source code of this file.

Classes

class  eformat::WrongMarkerIssue
 

Namespaces

namespace  eformat
 

Macros

#define EFORMAT_WRONG_MARKER(current, expected)
 

Detailed Description

Defines the wrong-marker exception, to be used when the wrong marker is found on the event stream.

Author
Andre DOS ANJOS
Author
zhangy
Revision
1.1.1.1
Date
2009/06/19 07:35:41

Definition in file WrongMarkerIssue.h.

Macro Definition Documentation

◆ EFORMAT_WRONG_MARKER

#define EFORMAT_WRONG_MARKER ( current,
expected )
Value:

Simplifies the use of this Issue

Parameters
currentThe current marker on the stream
expectedThe expected marker on the stream

Definition at line 66 of file WrongMarkerIssue.h.

66#define EFORMAT_WRONG_MARKER(current, expected) \
67 eformat::WrongMarkerIssue(ERS_HERE, ers::error, current, expected)

Referenced by eformat::Header< TPointer >::assign(), eformat::ROBFragment< TPointer >::assign(), eformat::old::convert(), convert_ros(), eformat::find_fragments(), eformat::find_rods(), eformat::Header< TPointer >::Header(), eformat::old::Header::Header(), eformat::ROBFragment< TPointer >::ROBFragment(), and eformat::old::RODFragment::RODFragment().