BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
UnboundSourceIdentifierIssue.h File Reference
#include "eformat/Issue.h"
#include <cstdlib>
#include <stdint.h>

Go to the source code of this file.

Classes

class  eformat::UnboundSourceIdentifierIssue
 

Namespaces

namespace  eformat
 

Macros

#define EFORMAT_UNBOUND_SOURCE_IDENTIFIER(sid, cont)    eformat::UnboundSourceIdentifierIssue(ERS_HERE, ers::error, sid, cont)
 

Macro Definition Documentation

◆ EFORMAT_UNBOUND_SOURCE_IDENTIFIER

#define EFORMAT_UNBOUND_SOURCE_IDENTIFIER (   sid,
  cont 
)     eformat::UnboundSourceIdentifierIssue(ERS_HERE, ers::error, sid, cont)

Simplifies the use of this Issue

Parameters
source_idThe source identifier I cannot map
contThe context in which I found it

Definition at line 70 of file UnboundSourceIdentifierIssue.h.