Call< g, f, A > Class Template Reference

#include <G4Pair.hh>

Inheritance diagram for Call< g, f, A >:

VCall< A >

Public Member Functions

virtual void call (A *aA)

Detailed Description

template<class g, class f, class A>
class Call< g, f, A >

Definition at line 150 of file G4Pair.hh.


Member Function Documentation

template<class g, class f, class A>
virtual void Call< g, f, A >::call ( A *  aA  )  [inline, virtual]

Implements VCall< A >.

Definition at line 153 of file G4Pair.hh.

Referenced by G4ForEach< group >::Apply().

00154   {
00155     typename g::first aL;
00156     f aF; 
00157     aF(&aL, aA);
00158   }


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:51:22 2013 for Geant4 by  doxygen 1.4.7