Gaudi Framework, version v22r1

Home   Generated: Mon Feb 28 2011
Classes | Public Member Functions | Private Attributes

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

#include <ParserActions.h>

List of all members.

Classes

struct  result

Public Member Functions

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

Private Attributes

T & data

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.

: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.

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

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Feb 28 2011 18:28:39 for Gaudi Framework, version v22r1 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004