Appearance
struct array_t
#include <platform/flake/FlakeTypes.h>
Public Functions
| Name | |
|---|---|
| ~array_t() =default | |
| array_t() | |
| array_t(const array_t & other) | |
| constexpr | array_t(uint16_t totalSize_, uint8_t * lpValues, uint16_t type) |
| array_t(array_t && other) | |
| array_t & | operator=(array_t && other) |
| array_t & | operator=(const array_t & other) |
Public Attributes
| Name | |
|---|---|
| uint16_t | totalSize |
| uint8_t * | lpValues |
| uint16_t | type |
Public Functions Documentation
function ~array_t
cpp
~array_t() =defaultfunction array_t
cpp
inline array_t()function array_t
cpp
inline array_t(
const array_t & other
)function array_t
cpp
inline constexpr array_t(
uint16_t totalSize_,
uint8_t * lpValues,
uint16_t type
)function array_t
cpp
inline array_t(
array_t && other
)function operator=
cpp
inline array_t & operator=(
array_t && other
)function operator=
cpp
inline array_t & operator=(
const array_t & other
)Public Attributes Documentation
variable totalSize
cpp
uint16_t array_t::totalSizevariable lpValues
cpp
uint8_t* array_t::lpValuesvariable type
cpp
uint16_t array_t::type