The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <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 92 of file GrammarsV2.h.
|
inline |
Definition at line 57 of file Grammar.h.
|
inline |
Definition at line 94 of file GrammarsV2.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 |