VBVX 0.1.0
Header-only C++23 library for safe, zero-copy parsing of packet buffers.
Loading...
Searching...
No Matches
vbvx::HeaderView< H > Member List

This is the complete list of members for vbvx::HeaderView< H >, including all inherited members.

copy() const noexcept -> header_tvbvx::HeaderView< H >inline
get() const noexcept -> const header_t *vbvx::HeaderView< H >inline
HeaderView() noexcept=defaultvbvx::HeaderView< H >
HeaderView(const header_t *p) noexceptvbvx::HeaderView< H >inlineexplicit
HeaderView(const uint8_t *p) noexceptvbvx::HeaderView< H >inlineexplicit
operator bool() const noexceptvbvx::HeaderView< H >inlineexplicit
operator*() const noexcept -> const header_t &vbvx::HeaderView< H >inline
operator->() const noexcept -> const header_t *vbvx::HeaderView< H >inline