#include <DType.hpp>
|
| enum | TypeIndex {
INT8
, UINT8
, INT16
, UINT16
,
INT32
, UINT32
, INT64
, UINT64
,
FLOAT
, DOUBLE
, ERROR
} |
| |
◆ TypeIndex
| Enumerator |
|---|
| INT8 | |
| UINT8 | |
| INT16 | |
| UINT16 | |
| INT32 | |
| UINT32 | |
| INT64 | |
| UINT64 | |
| FLOAT | |
| DOUBLE | |
| ERROR | |
◆ DType() [1/3]
| aare::DType::DType |
( |
const std::type_info & |
t | ) |
|
|
explicit |
◆ DType() [2/3]
| aare::DType::DType |
( |
std::string_view |
sv | ) |
|
|
explicit |
◆ DType() [3/3]
◆ bitdepth()
| uint8_t aare::DType::bitdepth |
( |
| ) |
const |
◆ operator!=() [1/2]
| bool aare::DType::operator!= |
( |
const DType & |
other | ) |
const |
|
noexcept |
◆ operator!=() [2/2]
| bool aare::DType::operator!= |
( |
const std::type_info & |
t | ) |
const |
◆ operator==() [1/2]
| bool aare::DType::operator== |
( |
const DType & |
other | ) |
const |
|
noexcept |
◆ operator==() [2/2]
| bool aare::DType::operator== |
( |
const std::type_info & |
t | ) |
const |
◆ str()
| std::string aare::DType::str |
( |
| ) |
const |
◆ m_type
The documentation for this class was generated from the following files: