The Gaudi Framework  master (e68eea06)
Loading...
Searching...
No Matches
Gaudi::Parsers::CharGrammar< Iterator, Skipper > Struct Template Reference

#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Parsers/Grammars.h>

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

Public Types

using ResultT = char
 

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

Member Typedef Documentation

◆ ResultT

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

Definition at line 99 of file Grammars.h.

Constructor & Destructor Documentation

◆ CharGrammar()

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

Definition at line 101 of file Grammars.h.

101: CharGrammar::base_type( ch ) { ch = qi::int_parser<char>() | '\'' >> ( qi::char_ - '\'' ) >> '\''; }
qi::rule< Iterator, char(), Skipper > ch
Definition Grammars.h:100

Member Data Documentation

◆ ch

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

Definition at line 100 of file Grammars.h.


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