![]() |
The Gaudi Framework
v39r3 (979e3109)
|
#include <map>#include <string>#include <vector>#include <boost/mpl/assert.hpp>#include <boost/type_traits.hpp>#include <Gaudi/Parsers/Grammars.h>#include <GaudiKernel/StatusCode.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 | |
Typedefs | |
| typedef std::string_view::const_iterator | Gaudi::Parsers::IteratorT |
| typedef SkipperGrammar< IteratorT > | Gaudi::Parsers::Skipper |
Functions | |
| template<typename ResultT > | |
| StatusCode | Gaudi::Parsers::parse_ (ResultT &result, std::string_view input) |
| template<> | |
| StatusCode | Gaudi::Parsers::parse_ (std::string &result, std::string_view input) |
| template<typename ResultT > | |
| StatusCode | Gaudi::Parsers::parse (ResultT &result, std::string_view input) |