![]() |
SSP21-CPP
|
#include <ser4cpp/container/RSeq.h>
Public Member Functions | |
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 Public Member Functions | |
static RSeq | empty () |
Protected Attributes | |
uint8_t const * | buffer_ = nullptr |
![]() | |
L | m_length = 0 |
Additional Inherited Members | |
![]() | |
HasLength (L length) | |