The Gaudi Framework  master (3c045658)
Loading...
Searching...
No Matches
Factory.h File Reference
#include <Gaudi/Parsers/Grammars.h>
#include <GaudiKernel/StatusCode.h>
#include <string>
#include <string_view>
Include dependency graph for Factory.h:
This graph shows which files directly or indirectly include this file:

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< IteratorTGaudi::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)