BOSS 7.0.8
BESIII Offline Software System
|
Represents and facilitates access to a linked list of eformat::node's. More...
#include <stdint.h>
#include <sys/uio.h>
#include "eformat/util.h"
#include "eformat/TooBigCountIssue.h"
#include "eformat/NotAlignedIssue.h"
#include "eformat/OutOfBoundsIssue.h"
Go to the source code of this file.
Classes | |
class | eformat::PagedMemory< TMAXPAGES > |
struct | eformat::PagedMemory< TMAXPAGES >::node_t |
class | eformat::PagedMemory< TMAXPAGES >::const_iterator |
Namespaces | |
namespace | eformat |
Macros | |
#define | CAST32(x) reinterpret_cast<const uint32_t*>(x) |
Represents and facilitates access to a linked list of eformat::node's.
Definition in file PagedMemory.h.
#define CAST32 | ( | x | ) | reinterpret_cast<const uint32_t*>(x) |
Defines how to cast to 32-bit unsigned integers
Definition at line 26 of file PagedMemory.h.