IDFstepper
IDF to STEP converter
|
#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. |