2 #ifndef GAUDIPROPERTYPARSERS_PARSERSGENERATOR_H
3 #define GAUDIPROPERTYPARSERS_PARSERSGENERATOR_H 1
15 #include <boost/mpl/assert.hpp>
16 #include <boost/type_traits.hpp>
26 typedef std::string::const_iterator
IteratorT;
31 parse_(ResultT& result,
const std::string& input){
35 return qi::phrase_parse( iter,
end, g, skipper , result) && (iter==
end);
39 parse_(std::string& result,
const std::string& input){
43 if (!(qi::phrase_parse( iter,
end, g, skipper, result) && (iter==
end))){
53 #endif // GAUDIPROPERTYPARSERS_PARSERSGENERATOR_H
StatusCode parse_(ResultT &result, const std::string &input)
SkipperGrammar< IteratorT > Skipper
boost::spirit::position_iterator< string::const_iterator > IteratorT
the actual type of position iterator
This class is used for returning status codes from appropriate routines.
Skipping spaces and comments.
This is a number of static methods for bootstrapping the Gaudi framework.