|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <ParserActions.h>

Public Member Functions | |
| PushBackImpl (T &x) | |
| template<class Arg> | |
| void | eval (const Arg &x) const |
Private Attributes | |
| T & | data |
Classes | |
| struct | result |
Definition at line 36 of file ParserActions.h.
| 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.