The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <map>
#include <string>
#include <vector>
#include <boost/mpl/assert.hpp>
#include <boost/type_traits.hpp>
#include "GaudiKernel/GrammarsV2.h"
#include "GaudiKernel/StatusCode.h"
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) |