BOSS 7.0.9
BESIII Offline Software System
|
Describes the exception where some chunk of memory is not 32-bit aligned. More...
Go to the source code of this file.
Classes | |
class | eformat::NotAlignedIssue |
Namespaces | |
namespace | eformat |
Macros | |
#define | EFORMAT_NOT_ALIGNED(base, size) eformat::NotAlignedIssue(ERS_HERE, ers::error, base, size) |
Describes the exception where some chunk of memory is not 32-bit aligned.
Definition in file NotAlignedIssue.h.
#define EFORMAT_NOT_ALIGNED | ( | base, | |
size | |||
) | eformat::NotAlignedIssue(ERS_HERE, ers::error, base, size) |
Simplifies the use of this Issue
req | The request child |
total | The total child number available |
Definition at line 67 of file NotAlignedIssue.h.