#include <utility>#include <vector>#include <string>#include <stdexcept>#include "sgm/HashMap.hh"#include <map>#include <boost/version.hpp>#include <boost/spirit.hpp>#include <boost/spirit/phoenix.hpp>#include <boost/spirit/actor.hpp>#include "ggl/chem/MoleculeComponent.hh"#include "sgm/Pattern.hh"#include "ggl/chem/MC_MC_Node.hh"#include "ggl/chem/MoleculeComponent_GML_grammar.icc"
Go to the source code of this file.
Data Structures | |
| struct | ggl::chem::MoleculeComponent_GML_grammar::definition< ScannerT > |
| The definition of the GML grammar. More... | |
| class | ggl::chem::MoleculeComponent_GML_grammar |
| MoleculeComponent parser. More... | |
Namespaces | |
| namespace | ggl |
| namespace | ggl::chem |
Macros | |
| #define | BOOST_SPIRIT_CLOSURE_LIMIT 5 |
| #define | NS_BOOSTSPIRIT boost::spirit |
| #define | PHOENIX_LIMIT 5 |
| #define BOOST_SPIRIT_CLOSURE_LIMIT 5 |
Definition at line 23 of file MoleculeComponent_GML_grammar.hh.
| #define NS_BOOSTSPIRIT boost::spirit |
Definition at line 45 of file MoleculeComponent_GML_grammar.hh.
| #define PHOENIX_LIMIT 5 |
Definition at line 30 of file MoleculeComponent_GML_grammar.hh.