The valid representation of integers values are:
More...
#include <GaudiKernel/Grammars.h>
template<typename RT = int>
class Gaudi::Parsers::IntGrammar< RT >
The valid representation of integers values are:
- Todo:
- implement suffixes u U l L
- Author
- Alexander MAZUROV Alexa.nosp@m.nder.nosp@m..Mazu.nosp@m.rov@.nosp@m.gmail.nosp@m..com
-
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
- Date
- 2006-05-14
Definition at line 174 of file Grammars.h.
template<typename RT = int>
template<typename RT = int>
template<typename RT = int>
Definition at line 143 of file GrammarsV2.h.
143 : IntGrammar::base_type(
integer ) {
144 integer = qi::int_parser<RT>()[qi::_val = qi::_1]
145 >> -qi::no_case[qi::char_(
'L')];
qi::rule< Iterator, RT(), Skipper > integer
template<typename RT = int>
The documentation for this class was generated from the following files: