|
Gaudi Framework, version v23r3 |
| Home | Generated: Thu Jun 28 2012 |
The valid represenation of char values are: More...
#include <Grammars.h>


Classes | |
| struct | definition |
Public Types | |
| typedef RT | ResultT |
| typedef char | ResultT |
Public Member Functions | |
| CharGrammar () | |
Public Attributes | |
| qi::rule< Iterator, char(), Skipper > | ch |
The valid represenation of char values are:
Definition at line 137 of file Grammars.h.
| typedef RT Gaudi::Parsers::CharGrammar< RT >::ResultT |
Definition at line 143 of file Grammars.h.
| typedef char Gaudi::Parsers::CharGrammar< RT >::ResultT |
Definition at line 115 of file GrammarsV2.h.
| Gaudi::Parsers::CharGrammar< RT >::CharGrammar | ( | ) | [inline] |
Definition at line 116 of file GrammarsV2.h.
: CharGrammar::base_type( ch ) {
ch = qi::int_parser<char>()
|
'\'' >> (qi::char_-'\'') >> '\'';
}
| qi::rule<Iterator, char(), Skipper> Gaudi::Parsers::CharGrammar< RT >::ch |
Definition at line 121 of file GrammarsV2.h.