![]() |
|
|
Generated: 8 Jan 2009 |
#include <ParserActions.h>

Definition at line 27 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 38 of file ParserActions.h.
00038 { 00039 data().push_back(x[phoenix::tuple_index<0>()]); 00040 }
T& Gaudi::Parsers::PushBackImpl< T >::data [private] |
Definition at line 29 of file ParserActions.h.