senf::detail::packet::parse_bitfield< start, end > Struct Template Reference

Internal: Bitfield read/write helper. More...

Detailed Description

template<unsigned start, unsigned end>
struct senf::detail::packet::parse_bitfield< start, end >

Internal: Bitfield read/write helper.

For internal use only.

Using template specializations, this class provides optimized bitfield parsers and writers. For each number of bytes the bitfield covers (from 1 to 5 bytes), a template specialization is provided in parse_bitfield_i.

This helper always processes unsigned values. For signed values sign extension still needs to be performed.

Definition at line 353 of file IntParser.ih.


The documentation for this struct was generated from the following file: