Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Classes | Public Member Functions | Private Attributes

Gaudi::Parsers::PushBackRefImpl< T, IT > Class Template Reference

#include <ParserActions.h>

List of all members.

Classes

struct  result

Public Member Functions

 PushBackRefImpl (T &x, IT it)
template<class Arg >
void eval (const Arg &) const

Private Attributes

T & data
IT item

Detailed Description

template<class T, typename IT>
class Gaudi::Parsers::PushBackRefImpl< T, IT >

Definition at line 52 of file ParserActions.h.


Constructor & Destructor Documentation

template<class T, typename IT>
Gaudi::Parsers::PushBackRefImpl< T, IT >::PushBackRefImpl ( T &  x,
IT  it 
) [inline]

Definition at line 57 of file ParserActions.h.

:data(x),item(it){}

Member Function Documentation

template<class T, typename IT>
template<class Arg >
void Gaudi::Parsers::PushBackRefImpl< T, IT >::eval ( const Arg &   ) const [inline]

Definition at line 64 of file ParserActions.h.

                                        {
        data().push_back(item);
      }

Member Data Documentation

template<class T, typename IT>
T& Gaudi::Parsers::PushBackRefImpl< T, IT >::data [private]

Definition at line 54 of file ParserActions.h.

template<class T, typename IT>
IT Gaudi::Parsers::PushBackRefImpl< T, IT >::item [private]

Definition at line 55 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 Tue May 10 2011 18:55:28 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004