Typedefs
DataMaps.h File Reference
#include <stdint.h>
#include <map>
#include <utility>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/variant.hpp>
Include dependency graph for DataMaps.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::map< std::string,
float > 
CoeffMap
typedef boost::shared_ptr
< CoeffMap
CoeffMapPtr
typedef std::map< std::string,
std::string > 
FileMap
typedef std::map< std::string,
std::pair< std::string,
std::string > > 
FileNodeMap
typedef std::map< std::string,
std::vector< std::pair
< std::string, std::string > > > 
FileNodeVectorMap
typedef std::map< uint32_t,
uint32_t > 
LutMap
typedef boost::shared_ptr< LutMapLutMapPtr
typedef std::map< std::string,
ParamT
ParamMap
typedef boost::shared_ptr
< ParamMap
ParamMapPtr
typedef boost::variant< int,
double, std::string, bool > 
ParamT
typedef std::map< std::string,
uint8_t > 
TokenMap
typedef boost::shared_ptr
< TokenMap
TokenMapPtr

Typedef Documentation

typedef std::map< std::string, float > CoeffMap

Definition at line 19 of file DataMaps.h.

typedef boost::shared_ptr<CoeffMap> CoeffMapPtr

Definition at line 20 of file DataMaps.h.

typedef std::map< std::string, std::string > FileMap

Definition at line 12 of file DataMaps.h.

typedef std::map<std::string, std::pair<std::string, std::string> > FileNodeMap

Definition at line 13 of file DataMaps.h.

typedef std::map<std::string, std::vector< std::pair<std::string, std::string> > > FileNodeVectorMap

Definition at line 14 of file DataMaps.h.

typedef std::map< uint32_t, uint32_t > LutMap

Definition at line 22 of file DataMaps.h.

typedef boost::shared_ptr<LutMap> LutMapPtr

Definition at line 23 of file DataMaps.h.

typedef std::map< std::string, ParamT> ParamMap

Definition at line 26 of file DataMaps.h.

typedef boost::shared_ptr<ParamMap> ParamMapPtr

Definition at line 27 of file DataMaps.h.

typedef boost::variant<int, double, std::string, bool> ParamT

Definition at line 25 of file DataMaps.h.

typedef std::map< std::string, uint8_t > TokenMap

Definition at line 16 of file DataMaps.h.

typedef boost::shared_ptr<TokenMap> TokenMapPtr

Definition at line 17 of file DataMaps.h.



robot_instance
Author(s):
autogenerated on Sat Jun 8 2019 20:43:12