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::CharGrammar< RT > Class Template Reference

The valid represenation of char values are: More...

#include <Grammars.h>

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

Classes

struct  definition
 

Public Types

typedef RT ResultT
 
typedef char ResultT
 

Public Member Functions

 CharGrammar ()
 

Public Attributes

qi::rule< Iterator, char(),
Skipper
ch
 

Detailed Description

template<typename RT = char>
class Gaudi::Parsers::CharGrammar< RT >

The valid represenation of char values are:

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 137 of file Grammars.h.

Member Typedef Documentation

template<typename RT = char>
typedef char Gaudi::Parsers::CharGrammar< RT >::ResultT

Definition at line 115 of file GrammarsV2.h.

template<typename RT = char>
typedef RT Gaudi::Parsers::CharGrammar< RT >::ResultT

Definition at line 143 of file Grammars.h.

Constructor & Destructor Documentation

template<typename RT = char>
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_-'\'') >> '\'';
}

Member Data Documentation

template<typename RT = char>
qi::rule<Iterator, char(), Skipper> Gaudi::Parsers::CharGrammar< RT >::ch

Definition at line 121 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