|
Gaudi Framework, version v23r1 |
| Home | Generated: Wed Feb 29 2012 |
The valid representation of integers values are: More...
#include <Grammars.h>


Classes | |
| struct | definition |
Public Types | |
| typedef RT | ResultT |
| typedef RT | ResultT |
Public Member Functions | |
| IntGrammar () | |
Public Attributes | |
| qi::rule< Iterator, RT(), Skipper > | integer |
The valid representation of integers values are:
Definition at line 174 of file Grammars.h.
| typedef RT Gaudi::Parsers::IntGrammar< RT >::ResultT |
Definition at line 181 of file Grammars.h.
| typedef RT Gaudi::Parsers::IntGrammar< RT >::ResultT |
Definition at line 142 of file GrammarsV2.h.
| Gaudi::Parsers::IntGrammar< RT >::IntGrammar | ( | ) | [inline] |
Definition at line 143 of file GrammarsV2.h.
: IntGrammar::base_type( integer ) {
integer = qi::int_parser<RT>()[qi::_val = qi::_1]
>> -qi::no_case[qi::char_('L')];
}
| qi::rule<Iterator, RT(), Skipper> Gaudi::Parsers::IntGrammar< RT >::integer |
Definition at line 147 of file GrammarsV2.h.