Appearance
struct binary_t
#include <platform/flake/FlakeTypes.h>
Public Functions
| Name | |
|---|---|
| ~binary_t() =default | |
| binary_t() | |
| binary_t(const binary_t & other) | |
| constexpr | binary_t(uint16_t cb, uint8_t * lpb) |
| binary_t(binary_t && other) | |
| binary_t & | operator=(binary_t && other) |
| binary_t & | operator=(const binary_t & other) |
Public Attributes
| Name | |
|---|---|
| uint16_t | cb |
| uint8_t * | lpb |
Public Functions Documentation
function ~binary_t
cpp
~binary_t() =defaultfunction binary_t
cpp
inline binary_t()function binary_t
cpp
inline binary_t(
const binary_t & other
)function binary_t
cpp
inline constexpr binary_t(
uint16_t cb,
uint8_t * lpb
)function binary_t
cpp
inline binary_t(
binary_t && other
)function operator=
cpp
inline binary_t & operator=(
binary_t && other
)function operator=
cpp
inline binary_t & operator=(
const binary_t & other
)Public Attributes Documentation
variable cb
cpp
uint16_t binary_t::cbvariable lpb
cpp
uint8_t* binary_t::lpb