IDFstepper
IDF to STEP converter
Namespaces | Typedefs
inc/ConfigType.hpp File Reference
#include <vector>
#include <string>
#include <boost/variant.hpp>

Go to the source code of this file.

Namespaces

namespace  config

Typedefs

typedef boost::variant< bool,
double, std::string > 
config::Value
 Type representing the value of a config option.
typedef std::vector< std::pair
< std::string, Value > > 
config::Config
 Type representing the contents of a config file.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines