Gaudi::Parsers::CharGrammar< Iterator, Skipper > Struct Template Reference

#include <GaudiKernel/GrammarsV2.h>

Inheritance diagram for Gaudi::Parsers::CharGrammar< Iterator, Skipper >:
Collaboration diagram for Gaudi::Parsers::CharGrammar< Iterator, Skipper >:

Public Types

typedef char ResultT
 

Public Member Functions

 CharGrammar ()
 

Public Attributes

qi::rule< Iterator, char(), Skipperch
 

Detailed Description

template<typename Iterator, typename Skipper>
struct Gaudi::Parsers::CharGrammar< Iterator, Skipper >

Definition at line 114 of file GrammarsV2.h.

Member Typedef Documentation

template<typename Iterator , typename Skipper >
typedef char Gaudi::Parsers::CharGrammar< Iterator, Skipper >::ResultT

Definition at line 116 of file GrammarsV2.h.

Constructor & Destructor Documentation

template<typename Iterator , typename Skipper >
Gaudi::Parsers::CharGrammar< Iterator, Skipper >::CharGrammar ( )
inline

Definition at line 117 of file GrammarsV2.h.

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

Member Data Documentation

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

Definition at line 122 of file GrammarsV2.h.


The documentation for this struct was generated from the following file: