![]() |
SSP21-CPP
|
#include <ser4cpp/container/WSeq.h>
Public Member Functions | |
WSeq (uint8_t *buffer, uint32_t length) | |
void | set_all_to (uint8_t value) |
void | make_empty () |
L | advance (L count) |
bool | put (uint8_t byte) |
WSeq | skip (uint32_t count) const |
WSeq | take (uint32_t count) const |
RSeq< L > | readonly () const |
operator uint8_t * () const | |
RSeq< L > | copy_from (const RSeq< L > &src) |
RSeq< L > | move_from (const RSeq< L > &src) |
![]() | |
L | length () const |
bool | is_empty () const |
bool | is_not_empty () const |
Static Public Member Functions | |
static WSeq | empty () |
Additional Inherited Members | |
![]() | |
HasLength (L length) | |
![]() | |
L | m_length = 0 |