Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
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)
inlinevirtual

Implements VCall< A >.

Definition at line 153 of file G4Pair.hh.

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

154  {
155  typename g::first aL;
156  f aF;
157  aF(&aL, aA);
158  }

The documentation for this class was generated from the following file: