The Gaudi Framework  v29r0 (ff2e7097)
ParsersFactory.h File Reference
#include <map>
#include <string>
#include <vector>
#include <boost/mpl/assert.hpp>
#include <boost/type_traits.hpp>
#include "GaudiKernel/GrammarsV2.h"
#include "GaudiKernel/StatusCode.h"
Include dependency graph for ParsersFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Parsers
 

Typedefs

typedef std::string::const_iterator Gaudi::Parsers::IteratorT
 
typedef SkipperGrammar< IteratorT > Gaudi::Parsers::Skipper
 

Functions

template<typename ResultT >
StatusCode Gaudi::Parsers::parse_ (ResultT &result, const std::string &input)
 
template<>
StatusCode Gaudi::Parsers::parse_ (std::string &result, const std::string &input)
 
template<typename ResultT >
StatusCode Gaudi::Parsers::parse (ResultT &result, const std::string &input)