IDFstepper
IDF to STEP converter
Classes | Namespaces
inc/ConfigGrammar.hpp File Reference
#include "ConfigType.hpp"
#include <boost/optional.hpp>
#include <boost/config/warning_disable.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
#include <boost/spirit/include/phoenix_operator.hpp>
#include <boost/spirit/include/phoenix_fusion.hpp>
#include <boost/spirit/include/phoenix_stl.hpp>
#include <boost/spirit/include/phoenix_object.hpp>
#include <boost/fusion/include/std_pair.hpp>
#include <boost/variant.hpp>
#include <boost/foreach.hpp>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <map>

Go to the source code of this file.

Classes

struct  config::ConfigGrammar< Iterator >
 This is the Qi grammar to parse config files into Config vectors. More...

Namespaces

namespace  config

Detailed Description

Note:
DO NOT include this file from anywhere except from the parser as it uses the heavy-templated Boost::Spirit::Qi parser, which can cause huge compilation times!

Definition in file ConfigGrammar.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines