CGEM BOSS 6.6.5.g
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)    eformat::WrongMarkerIssue(ERS_HERE, ers::error, 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 
)     eformat::WrongMarkerIssue(ERS_HERE, ers::error, current, expected)

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.