BOSS 7.0.4
BESIII Offline Software System
|
#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) |
#define EFORMAT_TOO_BIG_COUNT | ( | count, | |
maxcount | |||
) | eformat::TooBigCountIssue(ERS_HERE, ers::error, count, maxcount) |
Simplifies the use of this Issue
count | The number of blocks I was asked to deal with |
maxcount | The maximum number of blocks I can deal with |
Definition at line 68 of file Event/eformat/eformat-00-00-04/eformat/TooBigCountIssue.h.