Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

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

#include <ParserActions.h>

Collaboration diagram for Gaudi::Parsers::PushBackRefImpl< T, IT >:

Collaboration graph
[legend]

List of all members.


Detailed Description

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

Definition at line 52 of file ParserActions.h.


Public Member Functions

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

Private Attributes

T & data
IT item

Classes

struct  result

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.

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

00064                                         {
00065         data().push_back(item);
00066       }


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:

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