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

Go to the source code of this file.

Classes

class  eformat::TooBigCountIssue
 

Namespaces

namespace  eformat
 

Macros

#define EFORMAT_TOO_BIG_COUNT(count, maxcount)    eformat::TooBigCountIssue(ERS_HERE, ers::error, count, maxcount)
 

Macro Definition Documentation

◆ EFORMAT_TOO_BIG_COUNT

#define EFORMAT_TOO_BIG_COUNT (   count,
  maxcount 
)     eformat::TooBigCountIssue(ERS_HERE, ers::error, count, maxcount)

Simplifies the use of this Issue

Parameters
countThe number of blocks I was asked to deal with
maxcountThe maximum number of blocks I can deal with

Definition at line 68 of file Event/eformat/eformat-00-00-04/eformat/TooBigCountIssue.h.