|
VBVX 0.1.0
Header-only C++23 library for safe, zero-copy parsing of packet buffers.
|
This is the complete list of members for vbvx::HeaderView< H >, including all inherited members.
| copy() const noexcept -> header_t | vbvx::HeaderView< H > | inline |
| get() const noexcept -> const header_t * | vbvx::HeaderView< H > | inline |
| HeaderView() noexcept=default | vbvx::HeaderView< H > | |
| HeaderView(const header_t *p) noexcept | vbvx::HeaderView< H > | inlineexplicit |
| HeaderView(const uint8_t *p) noexcept | vbvx::HeaderView< H > | inlineexplicit |
| operator bool() const noexcept | vbvx::HeaderView< H > | inlineexplicit |
| operator*() const noexcept -> const header_t & | vbvx::HeaderView< H > | inline |
| operator->() const noexcept -> const header_t * | vbvx::HeaderView< H > | inline |