Chi-Tech
|
Data Structures | |
class | AllowableRange |
class | AllowableRangeHighLimit |
class | AllowableRangeList |
class | AllowableRangeLowHighLimit |
class | AllowableRangeLowLimit |
class | ByteArray |
class | NDArray |
class | Varying |
Enumerations | |
enum class | VaryingDataType : int { VOID = 0 , ARBITRARY_BYTES = 1 , STRING = 2 , BOOL = 3 , INTEGER = 4 , FLOAT = 5 } |
Functions | |
std::string | VaryingDataTypeStringName (VaryingDataType type) |
|
strong |
Enumeration of data-types supported by Varying
Definition at line 9 of file chi_data_types.h.
std::string chi_data_types::VaryingDataTypeStringName | ( | chi_data_types::VaryingDataType | type | ) |
Provides a string-name for an enumerated VaryingDataType.
Definition at line 10 of file varying.cc.