Skip to content

class flake::push_

#include <FlakeTypes.h>

Public Functions

Name
push_(uint16_t * len_, byte ** buf_)
voidat(uint16_t offset, const void * value, uint16_t size)
uint16_toperator()(const void * value, uint16_t size, bool pushSize =true)

Public Attributes

Name
uint16_t *len
byte **buf

Public Functions Documentation

function push_

cpp
inline push_(
    uint16_t * len_,
    byte ** buf_
)

function at

cpp
inline void at(
    uint16_t offset,
    const void * value,
    uint16_t size
)

function operator()

cpp
inline uint16_t operator()(
    const void * value,
    uint16_t size,
    bool pushSize =true
)

Public Attributes Documentation

variable len

cpp
uint16_t* flake::push_::len

variable buf

cpp
byte** flake::push_::buf