Gaudi Framework, version v21r7p1

Home   Generated: 15 Feb 2010

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

#include <ParserActions.h>

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 PushBackImpl (T &x)
template<class Arg>
void eval (const Arg &x) const

Private Attributes

T & data

Classes

struct  result


Detailed Description

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

Definition at line 36 of file ParserActions.h.


Constructor & Destructor Documentation

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

Definition at line 40 of file ParserActions.h.

00040 :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 47 of file ParserActions.h.

00047                                     {
00048         data().push_back(x[phoenix::tuple_index<0>()]);
00049       }


Member Data Documentation

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

Definition at line 38 of file ParserActions.h.


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

Generated at Mon Feb 15 17:44:05 2010 for Gaudi Framework, version v21r7p1 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004