#include <DynamicDataTypes.hpp>
Classes | |
struct | type_to_enum |
struct | type_to_enum< bool > |
struct | type_to_enum< char > |
struct | type_to_enum< double > |
struct | type_to_enum< float > |
struct | type_to_enum< int > |
struct | type_to_enum< long > |
struct | type_to_enum< std::string > |
Public Types | |
enum | Types { intType, boolType, floatType, doubleType, longType, charType, stringType, unknownType } |
Utility struct defining dynamic data types.