Gaudi Framework, version v21r4

Home   Generated: 7 Sep 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 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

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 Sep 7 18:26:03 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004