libcommonc++
0.7
|
A DataEncoder context. More...
#include <DataEncoder.h++>
Public Member Functions | |
Context () | |
Constructor. More... | |
void | reset () |
void | bumpOffset (size_t delta) |
Public Attributes | |
Endianness | endianness |
The current byte endianness. More... | |
size_t | length |
The current value length. More... | |
int64_t | limit |
The current limit. More... | |
int64_t | parentLimit |
The parent (enclosing) limit. More... | |
int64_t | offset |
The current offset. More... | |
int64_t | maxOffset |
The maximum offset. More... | |
A DataEncoder context.
Context | ( | ) |
Constructor.
void bumpOffset | ( | size_t | delta | ) |
void reset | ( | ) |
Endianness endianness |
The current byte endianness.
size_t length |
The current value length.
int64_t limit |
The current limit.
int64_t maxOffset |
The maximum offset.
int64_t offset |
The current offset.
int64_t parentLimit |
The parent (enclosing) limit.