BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
WrongSizeIssue.h File Reference

When size checks do not match, this exception must be thrown. More...

#include "eformat/Issue.h"
#include <stdint.h>

Go to the source code of this file.

Classes

class  eformat::WrongSizeIssue
 

Namespaces

namespace  eformat
 

Macros

#define EFORMAT_WRONG_SIZE(size)
 

Detailed Description

When size checks do not match, this exception must be thrown.

Author
Andre DOS ANJOS
Author
zhangy
Revision
1.1.1.1
Date
2009/06/19 07:35:41

Definition in file WrongSizeIssue.h.

Macro Definition Documentation

◆ EFORMAT_WRONG_SIZE

#define EFORMAT_WRONG_SIZE ( size)
Value:

Simplifies the use of this Issue

Parameters
sizeThe wrong size informed

Definition at line 60 of file WrongSizeIssue.h.

60#define EFORMAT_WRONG_SIZE(size) \
61 eformat::WrongSizeIssue(ERS_HERE, ers::error, size)

Referenced by eformat::Header< TPointer >::children().