Gaudi Framework, version v22r2

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

Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT > Class Template Reference

Trivial adapter to avoid the GCC problem (pointer to the function is never evaluated as "const TYPE&" ) More...

#include <Tuples.h>

Inheritance diagram for Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >:
Inheritance graph
[legend]
Collaboration diagram for Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 _TupAdapter (OBJECT object)
RESULT operator() (ARGUMENT arg) const
 the only one essential menthod

Private Member Functions

 _TupAdapter ()

Private Attributes

OBJECT m_object

Detailed Description

template<class OBJECT, class ARGUMENT = double, class RESULT = double>
class Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >

Trivial adapter to avoid the GCC problem (pointer to the function is never evaluated as "const TYPE&" )

Author:
Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr
Date:
2005-05-01

Definition at line 35 of file Tuples.h.


Constructor & Destructor Documentation

template<class OBJECT , class ARGUMENT = double, class RESULT = double>
Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::_TupAdapter ( OBJECT  object ) [inline]

Definition at line 39 of file Tuples.h.

: m_object ( object ) {} ;
template<class OBJECT , class ARGUMENT = double, class RESULT = double>
Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::_TupAdapter (  ) [private]

Member Function Documentation

template<class OBJECT , class ARGUMENT = double, class RESULT = double>
RESULT Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::operator() ( ARGUMENT  arg ) const [inline]

the only one essential menthod

Definition at line 42 of file Tuples.h.

    { return m_object( arg )  ; }

Member Data Documentation

template<class OBJECT , class ARGUMENT = double, class RESULT = double>
OBJECT Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT >::m_object [private]

Definition at line 48 of file Tuples.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:48 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004