|  | The Gaudi Framework
    v36r1 (3e2fb5a8)
    | 
#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/Grammar.h>


| Public Types | |
| typedef std::string | ResultT | 
| Public Member Functions | |
| IdentifierGrammar () | |
| Public Attributes | |
| qi::rule< Iterator, Node(), Skipper > | ident | 
| qi::rule< Iterator, std::string(), Skipper > | str | 
| qi::rule< Iterator, std::string()> | inner | 
| ph::function< NodeOperations > | op | 
| typedef std::string Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >::ResultT | 
| 
 | inline | 
| qi::rule<Iterator, std::string()> Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >::inner | 
| ph::function<NodeOperations> Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >::op | 
| qi::rule<Iterator, std::string(), Skipper> Gaudi::Parsers::IdentifierGrammar< Iterator, Skipper >::str |