BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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)

Macro Definition Documentation

◆ EFORMAT_TOO_BIG_COUNT

#define EFORMAT_TOO_BIG_COUNT ( count,
maxcount )
Value:

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 65 of file Event/eformat/include/eformat/TooBigCountIssue.h.

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

Referenced by eformat::PagedMemory< TMAXPAGES >::PagedMemory().