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

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

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

Public Types

typedef RT ResultT
 

Public Member Functions

 IntGrammar ()
 

Public Attributes

qi::rule< Iterator, RT(), Skipperinteger
 

Detailed Description

template<typename Iterator, typename RT, typename Skipper>
struct Gaudi::Parsers::IntGrammar< Iterator, RT, Skipper >

Definition at line 130 of file Grammars.h.

Member Typedef Documentation

◆ ResultT

template<typename Iterator, typename RT, typename Skipper>
typedef RT Gaudi::Parsers::IntGrammar< Iterator, RT, Skipper >::ResultT

Definition at line 131 of file Grammars.h.

Constructor & Destructor Documentation

◆ IntGrammar()

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

Definition at line 132 of file Grammars.h.

Member Data Documentation

◆ integer

template<typename Iterator, typename RT, typename Skipper>
qi::rule<Iterator, RT(), Skipper> Gaudi::Parsers::IntGrammar< Iterator, RT, Skipper >::integer

Definition at line 135 of file Grammars.h.


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