BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/eformat/eformat-00-00-04/eformat/OutOfBoundsIssue.h File Reference
#include "eformat/Issue.h"
#include <stdint.h>

Go to the source code of this file.

Classes

class  eformat::OutOfBoundsIssue
 

Namespaces

namespace  eformat
 

Macros

#define EFORMAT_OUT_OF_BOUNDS(size, pos)    eformat::OutOfBoundsIssue(ERS_HERE, ers::error, size, pos)
 

Macro Definition Documentation

◆ EFORMAT_OUT_OF_BOUNDS

#define EFORMAT_OUT_OF_BOUNDS (   size,
  pos 
)     eformat::OutOfBoundsIssue(ERS_HERE, ers::error, size, pos)

Simplifies the use of this Issue

Parameters
sizeThe current buffer size
posThe requested position

Definition at line 66 of file Event/eformat/eformat-00-00-04/eformat/OutOfBoundsIssue.h.