Gaudi Framework, version v23r3

Home   Generated: Thu Jun 28 2012
Classes | Public Types | Public Member Functions | Public Attributes

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]

List of all members.

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 Alexander.Mazurov@gmail.com
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2006-05-14

Definition at line 137 of file Grammars.h.


Member Typedef Documentation

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

Definition at line 143 of file Grammars.h.

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

Definition at line 115 of file GrammarsV2.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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 12:30:21 for Gaudi Framework, version v23r3 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004