Chi-Tech
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | chi_data_types |
Enumerations | |
enum class | chi_data_types::VaryingDataType : int { chi_data_types::VOID = 0 , chi_data_types::ARBITRARY_BYTES = 1 , chi_data_types::STRING = 2 , chi_data_types::BOOL = 3 , chi_data_types::INTEGER = 4 , chi_data_types::FLOAT = 5 } |
Functions | |
std::string | chi_data_types::VaryingDataTypeStringName (VaryingDataType type) |