Gaudi Framework, version v25r1

Home   Generated: Mon Mar 24 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
Gaudi::Parsers::IntGrammar< RT > Class Template Reference

The valid representation of integers values are: More...

#include <Grammars.h>

Inheritance diagram for Gaudi::Parsers::IntGrammar< RT >:
Inheritance graph
[legend]
Collaboration diagram for Gaudi::Parsers::IntGrammar< RT >:
Collaboration graph
[legend]

Classes

struct  definition
 

Public Types

typedef RT ResultT
 
typedef RT ResultT
 

Public Member Functions

 IntGrammar ()
 

Public Attributes

qi::rule< Iterator, RT(), Skipperinteger
 

Detailed Description

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.

Member Typedef Documentation

template<typename RT = int>
typedef RT Gaudi::Parsers::IntGrammar< RT >::ResultT

Definition at line 142 of file GrammarsV2.h.

template<typename RT = int>
typedef RT Gaudi::Parsers::IntGrammar< RT >::ResultT

Definition at line 181 of file Grammars.h.

Constructor & Destructor Documentation

template<typename RT = int>
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')];
}

Member Data Documentation

template<typename RT = int>
qi::rule<Iterator, RT(), Skipper> Gaudi::Parsers::IntGrammar< RT >::integer

Definition at line 147 of file GrammarsV2.h.


The documentation for this class was generated from the following files:

Generated at Mon Mar 24 2014 18:27:52 for Gaudi Framework, version v25r1 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004