BOSS 7.1.1
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) |
Represents and facilitates access to a linked list of eformat::node's.
Definition in file PagedMemory.h.
#define CAST32 | ( | x | ) |
Defines how to cast to 32-bit unsigned integers
Definition at line 26 of file PagedMemory.h.
Referenced by eformat::PagedMemory< TMAXPAGES >::const_iterator::at(), eformat::PagedMemory< TMAXPAGES >::const_iterator::operator*(), and eformat::PagedMemory< TMAXPAGES >::const_iterator::operator[]().