52 QSCtr head_ = priv_.head;
53 QSCtr end_ = priv_.end;
63 priv_.chksum = chksum_;
73 QSCtr head_ = priv_.head;
74 QSCtr end_ = priv_.end;
76 priv_.used +=
static_cast<QSCtr>(9);
86 priv_.chksum = chksum_;
signed int int_fast8_t
fast at-least 8-bit signed int
unsigned long long uint64_t
exact-width 64-bit unsigned int
unsigned char uint8_t
exact-width 8-bit unsigned int
static void u64_fmt_(std::uint8_t format, std::uint64_t d) noexcept
Output uint64_t data element with format information.
static void u64_raw_(std::uint64_t d) noexcept
Output uint64_t data element without format information.
namespace associated with the QP/C++ framework
std::uint_fast16_t QSCtr
QS ring buffer counter and offset type.
Internal (package scope) QS/C++ interface.
#define QS_INSERT_ESC_BYTE_(b_)
Internal QS macro to insert an escaped byte into the QS buffer.
QS/C++ port to a 32-bit CPU, generic compiler.