The Gaudi Framework
master (37c0b60a)
|
#include <list>
#include <map>
#include <set>
#include <string>
#include <tuple>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <boost/fusion/include/std_pair.hpp>
#include <boost/fusion/include/unused.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/phoenix/core.hpp>
#include <boost/phoenix/operator.hpp>
#include <boost/spirit/repository/include/qi_confix.hpp>
#include <GaudiKernel/HashMap.h>
#include <GaudiKernel/HistoDef.h>
#include <GaudiKernel/Point3DTypes.h>
#include <GaudiKernel/Point4DTypes.h>
#include <GaudiKernel/StringKey.h>
#include <GaudiKernel/VectorMap.h>
Go to the source code of this file.
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 | |
Macros | |
#define | REGISTER_GRAMMAR(ResultType, GrammarName) |
Typedefs | |
typedef std::string::const_iterator | Gaudi::Parsers::DefaultIterator |
typedef enc::space_type | Gaudi::Parsers::DefaultSkipper |
Functions | |
Gaudi::Parsers::REGISTER_GRAMMAR (std::string, StringGrammar) | |
Gaudi::Parsers::REGISTER_GRAMMAR (Gaudi::StringKey, StringGrammar) | |
Gaudi::Parsers::REGISTER_GRAMMAR (char, CharGrammar) | |
Gaudi::Parsers::REGISTER_GRAMMAR (bool, BoolGrammar) | |
Gaudi::Parsers::REGISTER_GRAMMAR (Gaudi::Histo1DDef, Histo1DGrammar) | |
#define REGISTER_GRAMMAR | ( | ResultType, | |
GrammarName | |||
) |
Definition at line 79 of file Grammars.h.