![]() |
The Gaudi Framework
v36r9 (fd2bdac3)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Parsers/Grammars.h>
Classes | |
struct | Operations |
Public Types | |
typedef TupleT | ResultT |
typedef tuple_remove_first_type< TupleT >::type | TailT |
typedef tuple_get_first_type< TupleT >::type | HeadT |
Public Member Functions | |
TupleInnerGrammar () | |
Public Attributes | |
TupleInnerGrammar< Iterator, TailT, N - 1, Skipper > | grLast |
Grammar_< Iterator, HeadT, Skipper >::Grammar | grHead |
qi::rule< Iterator, ResultT(), qi::locals< HeadT >, Skipper > | tup |
ph::function< Operations > | op |
Definition at line 188 of file Grammars.h.
typedef tuple_get_first_type<TupleT>::type Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::HeadT |
Definition at line 193 of file Grammars.h.
typedef TupleT Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::ResultT |
Definition at line 191 of file Grammars.h.
typedef tuple_remove_first_type<TupleT>::type Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::TailT |
Definition at line 192 of file Grammars.h.
|
inline |
Grammar_<Iterator, HeadT, Skipper>::Grammar Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::grHead |
Definition at line 209 of file Grammars.h.
TupleInnerGrammar<Iterator, TailT, N - 1, Skipper> Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::grLast |
Definition at line 208 of file Grammars.h.
ph::function<Operations> Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::op |
Definition at line 212 of file Grammars.h.
qi::rule<Iterator, ResultT(), qi::locals<HeadT>, Skipper> Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::tup |
Definition at line 211 of file Grammars.h.