Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ForEach< G4Terminator > Class Reference

#include <G4Pair.hh>

Static Public Member Functions

template<class T1, class functor>
static void Apply (functor *, T1 *)
 
template<class functor>
static void Apply ()
 
static void Apply (functor *aFP, T1 *aT1=0)
 
static void Apply ()
 

Detailed Description

Definition at line 190 of file G4Pair.hh.

Member Function Documentation

◆ Apply() [1/4]

static void G4ForEach< G4Terminator >::Apply ( )
inlinestatic

Definition at line 179 of file G4Pair.hh.

180 {
182 int i=0;
183 aCall.call(i);
184 typedef typename group::rest tail;
186 }
static void Apply()
Definition G4Pair.hh:179

◆ Apply() [2/4]

template<class functor>
static void G4ForEach< G4Terminator >::Apply ( )
inlinestatic

Definition at line 194 of file G4Pair.hh.

194{}

◆ Apply() [3/4]

template<class T1, class functor>
static void G4ForEach< G4Terminator >::Apply ( functor * ,
T1 *  )
inlinestatic

Definition at line 193 of file G4Pair.hh.

193{}

◆ Apply() [4/4]

static void G4ForEach< G4Terminator >::Apply ( functor * aFP,
T1 * aT1 = 0 )
inlinestatic

Definition at line 171 of file G4Pair.hh.

172 {
174 aCall.call(aT1);
175 typedef typename group::rest tail;
177 }

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