Geant4-11
Public Member Functions | Private Attributes
G4SortHelperPtr< A > Class Template Reference

#include <G4HadTmpUtil.hh>

Public Member Functions

 G4SortHelperPtr (A *aA)
 
Aoperator* ()
 
G4bool operator< (G4SortHelperPtr< A > right) const
 

Private Attributes

AtheA
 

Detailed Description

template<class A>
class G4SortHelperPtr< A >

Definition at line 36 of file G4HadTmpUtil.hh.

Constructor & Destructor Documentation

◆ G4SortHelperPtr()

template<class A >
G4SortHelperPtr< A >::G4SortHelperPtr ( A aA)
inline

Definition at line 39 of file G4HadTmpUtil.hh.

39{theA = aA;}

References G4SortHelperPtr< A >::theA.

Member Function Documentation

◆ operator*()

template<class A >
A & G4SortHelperPtr< A >::operator* ( )
inline

Definition at line 42 of file G4HadTmpUtil.hh.

42{return *theA;}

References G4SortHelperPtr< A >::theA.

◆ operator<()

template<class A >
G4bool G4SortHelperPtr< A >::operator< ( G4SortHelperPtr< A right) const
inline

Definition at line 40 of file G4HadTmpUtil.hh.

41 { return *theA < (*right); }

References G4SortHelperPtr< A >::theA.

Field Documentation

◆ theA

template<class A >
A* G4SortHelperPtr< A >::theA
private

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