Gaudi Framework, version v20r4

Generated: 8 Jan 2009

Gaudi::Parsers::PushBackImpl< T > Class Template Reference

#include <ParserActions.h>

Collaboration diagram for Gaudi::Parsers::PushBackImpl< T >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class T>
class Gaudi::Parsers::PushBackImpl< T >

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

Constructor & Destructor Documentation

template<class T>
Gaudi::Parsers::PushBackImpl< T >::PushBackImpl ( T &  x  )  [inline]

Definition at line 31 of file ParserActions.h.

00031 :data(x){}


Member Function Documentation

template<class T>
template<class Arg>
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       }


Member Data Documentation

template<class T>
T& Gaudi::Parsers::PushBackImpl< T >::data [private]

Definition at line 29 of file ParserActions.h.


The documentation for this class was generated from the following file:

Generated at Thu Jan 8 17:53:46 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004