BOSS 8.0.0
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)

Macro Definition Documentation

◆ EFORMAT_UNBOUND_SOURCE_IDENTIFIER

#define EFORMAT_UNBOUND_SOURCE_IDENTIFIER ( sid,
cont )
Value:

Simplifies the use of this Issue

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

Definition at line 66 of file Event/eformat/include/eformat/old/UnboundSourceIdentifierIssue.h.

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