|  | The Gaudi Framework
    v39r3 (979e3109)
    | 
#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/Grammar.h>


| Public Types | |
| typedef std::string | ResultT | 
| typedef std::string | ResultT | 
| Public Member Functions | |
| StringGrammar () | |
| StringGrammar () | |
| Public Attributes | |
| qi::rule< Iterator, std::string(), qi::locals< char >, Skipper > | str | 
| qi::rule< Iterator, char()> | begin_quote | 
| qi::rule< Iterator, void(char)> | quote | 
| typedef std::string Gaudi::Parsers::StringGrammar< Iterator, Skipper >::ResultT | 
| typedef std::string Gaudi::Parsers::StringGrammar< Iterator, Skipper >::ResultT | 
Definition at line 96 of file Grammars.h.
| 
 | inline | 
| 
 | inline | 
Definition at line 98 of file Grammars.h.
| qi::rule< Iterator, char()> Gaudi::Parsers::StringGrammar< Iterator, Skipper >::begin_quote | 
| qi::rule< Iterator, void(char)> Gaudi::Parsers::StringGrammar< Iterator, Skipper >::quote | 
| qi::rule< Iterator, std::string(), qi::locals< char >, Skipper > Gaudi::Parsers::StringGrammar< Iterator, Skipper >::str |