Header file for the Parameter::Parameter, Parameter::GenericParameter and Parameter::ParameterMap class. More...
#include <string>
#include <unordered_map>
#include <yaml-cpp/yaml.h>
#include <utility>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Classes | |
class | Parameter::GenericParameter< T > |
The Parameter::GenericParameter class is a sub class of the Parameter::Parameter class. More... | |
class | Parameter::Parameter |
The Parameter::Parameter class is the abstract base class of all Classes containing dynamically typed attributes. More... | |
class | Parameter::ParameterMap |
The Parameter::ParameterMap class provides a map functionality for Parameter::Parameter objects containing data of different types. More... | |
Namespaces | |
Parameter | |
Classes in this Namespace implement dynamic type functionality. | |
Header file for the Parameter::Parameter, Parameter::GenericParameter and Parameter::ParameterMap class.
Definition in file parameter.h.