Lodestar
An integrated real-time control package in C++
ls::aux::DynamicDataTypes Struct Reference

#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
}
 

Detailed Description

Utility struct defining dynamic data types.


The documentation for this struct was generated from the following file: