#include <DataEncoder.h++>
Public Member Functions | |
| Context () | |
| Constructor. | |
| void | reset () |
| void | bumpOffset (size_t delta) |
Public Attributes | |
| Endianness | endianness |
| The current byte endianness. | |
| size_t | length |
| The current value length. | |
| int64_t | limit |
| The current limit. | |
| int64_t | parentLimit |
| The parent (enclosing) limit. | |
| int64_t | offset |
| The current offset. | |
| int64_t | maxOffset |
| The maximum offset. | |
| bool | stringPadding |
| The current string padding mode. | |
| Context | ( | ) |
Constructor.
| void bumpOffset | ( | size_t | delta | ) |
| void reset | ( | ) |
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.
| bool stringPadding |
The current string padding mode.
1.5.9