template<typename T>
bpf::system::TypeExpander union

Template parameters
T the type to expand

Helper union to expand any type into a byte array

Constructors, destructors, conversion operators

TypeExpander(T d)
TypeExpander(std::initializer_list<uint8> d)
TypeExpander()

Public variables

T Data
uint8 Bytes

Function documentation

template<typename T>
bpf::system::TypeExpander<T>::TypeExpander(T d)

Parameters
d the value to expand

Constructs a TypeExpander from a value

template<typename T>
bpf::system::TypeExpander<T>::TypeExpander(std::initializer_list<uint8> d)

Parameters
d the byte array to copy bytes from

Constructs a TypeExpander from a byte array

template<typename T>
bpf::system::TypeExpander<T>::TypeExpander()

Constructs an empty TypeExpander

Variable documentation

template<typename T>
T bpf::system::TypeExpander<T>::Data

The value to expand

template<typename T>
uint8 bpf::system::TypeExpander<T>::Bytes

The byte content