BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/eformat/eformat-00-00-04/eformat/BadVersionIssue.h File Reference
#include "eformat/Issue.h"
#include <cstdlib>
#include <stdint.h>

Go to the source code of this file.

Classes

class  eformat::BadVersionIssue
 

Namespaces

namespace  eformat
 

Macros

#define EFORMAT_BAD_VERSION(current, supported)    eformat::BadVersionIssue(ERS_HERE, ers::error, current, supported)
 

Macro Definition Documentation

◆ EFORMAT_BAD_VERSION

#define EFORMAT_BAD_VERSION (   current,
  supported 
)     eformat::BadVersionIssue(ERS_HERE, ers::error, current, supported)

Simplifies the use of this Issue

Parameters
currentThe current version you are trying to read
supportedThe supported version by this library

Definition at line 66 of file Event/eformat/eformat-00-00-04/eformat/BadVersionIssue.h.