The Gaudi Framework  master (37c0b60a)
Factory.h File Reference
#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>
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

 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)