All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Gaudi::Parsers::CharGrammar< RT > Class Template Reference

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

#include <GaudiKernel/Grammars.h>

Inheritance diagram for Gaudi::Parsers::CharGrammar< RT >:
Collaboration diagram for Gaudi::Parsers::CharGrammar< RT >:

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:

  • 'a', 'b','\''
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.

116  : CharGrammar::base_type( ch ) {
117  ch = qi::int_parser<char>()
118  |
119  '\'' >> (qi::char_-'\'') >> '\'';
120  }
qi::rule< Iterator, char(), Skipper > ch
Definition: GrammarsV2.h:121

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: