|
size_t | size () const |
|
SeqByteField & | operator= (const seq32_t &other) |
|
| SeqByteField (const seq32_t &value) |
|
ParseError | read (seq32_t &input) |
|
FormatError | write (wseq32_t &dest) const |
|
void | print (const char *name, IMessagePrinter &printer) const |
|
| RSeq (uint8_t const *buffer, L length) |
|
void | make_empty () |
|
RSeq | take (L count) const |
|
RSeq | skip (L count) const |
|
void | advance (L count) |
|
| operator uint8_t const * () const |
|
bool | equals (const RSeq &rhs) const |
|
L | length () const |
|
bool | is_empty () const |
|
bool | is_not_empty () const |
|
|
static RSeq | empty () |
|
| HasLength (L length) |
|
uint8_t const * | buffer_ = nullptr |
|
L | m_length = 0 |
|
Definition at line 20 of file SeqByteField.h.