BOSS 7.0.3
BESIII Offline Software System
|
#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) |
#define EFORMAT_OUT_OF_BOUNDS | ( | size, | |
pos | |||
) | eformat::OutOfBoundsIssue(ERS_HERE, ers::error, size, pos) |
Simplifies the use of this Issue
size | The current buffer size |
pos | The requested position |
Definition at line 66 of file Event/eformat/eformat-00-00-04/eformat/OutOfBoundsIssue.h.