![]() |
The Gaudi Framework
master (b9786168)
|
#include <Gaudi/Parsers/Grammars.h>#include <GaudiKernel/StatusCode.h>#include <boost/mpl/assert.hpp>#include <boost/type_traits.hpp>#include <map>#include <string>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| namespace | 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) |