|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
#include <ParserActions.h>

Definition at line 36 of file ParserActions.h.
Public Member Functions | |
| PushBackImpl (T &x) | |
| template<class Arg> | |
| void | eval (const Arg &x) const |
Private Attributes | |
| T & | data |
Classes | |
| struct | result |
| Gaudi::Parsers::PushBackImpl< T >::PushBackImpl | ( | T & | x | ) | [inline] |
| void Gaudi::Parsers::PushBackImpl< T >::eval | ( | const Arg & | x | ) | const [inline] |
Definition at line 47 of file ParserActions.h.
00047 { 00048 data().push_back(x[phoenix::tuple_index<0>()]); 00049 }
T& Gaudi::Parsers::PushBackImpl< T >::data [private] |
Definition at line 38 of file ParserActions.h.