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

Exception thrown when the position of a child doesn't exist in the current fragment. More...

#include "eformat/Issue.h"

Go to the source code of this file.

Classes

class  eformat::NoSuchChildIssue
 

Namespaces

namespace  eformat
 

Macros

#define EFORMAT_NO_SUCH_CHILD(req, total)
 

Detailed Description

Exception thrown when the position of a child doesn't exist in the current fragment.

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

Definition in file NoSuchChildIssue.h.

Macro Definition Documentation

◆ EFORMAT_NO_SUCH_CHILD

#define EFORMAT_NO_SUCH_CHILD ( req,
total )
Value:

Simplifies the use of this Issue

Parameters
reqThe request child
totalThe total child number available

Definition at line 66 of file NoSuchChildIssue.h.

66#define EFORMAT_NO_SUCH_CHILD(req, total) \
67 eformat::NoSuchChildIssue(ERS_HERE, ers::error, req, total)

Referenced by eformat::old::Header::child(), and eformat::Header< TPointer >::child_check().