BOSS 7.0.7
BESIII Offline Software System
|
When size checks do not match, this exception must be thrown. More...
Go to the source code of this file.
Classes | |
class | eformat::SizeCheckIssue |
Namespaces | |
namespace | eformat |
Macros | |
#define | EFORMAT_SIZE_CHECK(actual, informed) eformat::SizeCheckIssue(ERS_HERE, ers::error, actual, informed) |
When size checks do not match, this exception must be thrown.
Definition in file SizeCheckIssue.h.
#define EFORMAT_SIZE_CHECK | ( | actual, | |
informed | |||
) | eformat::SizeCheckIssue(ERS_HERE, ers::error, actual, informed) |
Simplifies the use of this Issue
actual | The actual value for the fragment size added up |
informed | The informed value for the fragment size |
Definition at line 67 of file SizeCheckIssue.h.