|
| enum struct | tDataType : size_t {
dt_boolean = 0
, dt_uint8 = 1
, dt_int8 = 2
, dt_uint16 = 3
,
dt_int16 = 4
, dt_uint32 = 5
, dt_int32 = 6
, dt_uint64 = 7
,
dt_int64 = 8
, dt_float16 = 9
, dt_float32 = 10
, dt_float64 = 11
,
dt_computed_from_index = 12
} |
| |
|
|
constexpr size_t | Size () const noexcept |
| |
|
constexpr bool | operator== (const tAttribute &oOther) const noexcept |
| |
|
constexpr bool | operator!= (const tAttribute &oOther) const noexcept |
| |
|
|
static constexpr size_t | Size (const tDataType &eType) noexcept |
| |
The documentation for this struct was generated from the following file: