The Gaudi Framework  master (37c0b60a)
Grammar.h File Reference
#include <map>
#include <string>
#include <vector>
#include <boost/phoenix/core.hpp>
#include <boost/phoenix/fusion.hpp>
#include <boost/phoenix/operator.hpp>
#include <boost/phoenix/stl.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/repository/include/qi_confix.hpp>
#include <boost/spirit/repository/include/qi_iter_pos.hpp>
#include "Node.h"
Include dependency graph for Grammar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Gaudi::Parsers::SkipperGrammar< Iterator >
 
struct  Gaudi::Parsers::StringGrammar< Iterator, Skipper >
 
struct  Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >
 
struct  Gaudi::Parsers::BoolGrammar< Iterator, Skipper >
 
struct  Gaudi::Parsers::RealGrammar< Iterator, Skipper >
 
struct  Gaudi::Parsers::UnitsGrammar< Iterator, Skipper >
 
struct  Gaudi::Parsers::FileGrammar< Iterator, Skipper >
 

Namespaces

 Gaudi
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
 Gaudi::Parsers