![]() |
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) |
Public Member Functions inherited from ser4cpp::HasLength< L > | |
| L | length () const |
| bool | is_empty () const |
| bool | is_not_empty () const |
Static Public Member Functions | |
| static WSeq | empty () |
Additional Inherited Members | |
Protected Member Functions inherited from ser4cpp::HasLength< L > | |
| HasLength (L length) | |
Protected Attributes inherited from ser4cpp::HasLength< L > | |
| L | m_length = 0 |
1.8.15