![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
#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 179 of file Grammars.h.
typedef tuple_get_first_type<TupleT>::type Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::HeadT |
Definition at line 184 of file Grammars.h.
typedef TupleT Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::ResultT |
Definition at line 182 of file Grammars.h.
typedef tuple_remove_first_type<TupleT>::type Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::TailT |
Definition at line 183 of file Grammars.h.
|
inline |
Definition at line 195 of file Grammars.h.
Grammar_<Iterator, HeadT, Skipper>::Grammar Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::grHead |
Definition at line 200 of file Grammars.h.
TupleInnerGrammar<Iterator, TailT, N - 1, Skipper> Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::grLast |
Definition at line 199 of file Grammars.h.
ph::function<Operations> Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::op |
Definition at line 203 of file Grammars.h.
qi::rule<Iterator, ResultT(), qi::locals<HeadT>, Skipper> Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::tup |
Definition at line 202 of file Grammars.h.