G4SortHelperPtr< A > Class Template Reference

#include <G4HadTmpUtil.hh>


Public Member Functions

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


Detailed Description

template<class A>
class G4SortHelperPtr< A >

Definition at line 36 of file G4HadTmpUtil.hh.


Constructor & Destructor Documentation

template<class A>
G4SortHelperPtr< A >::G4SortHelperPtr ( A *  aA  )  [inline]

Definition at line 39 of file G4HadTmpUtil.hh.

00039 {theA = aA;}


Member Function Documentation

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

Definition at line 42 of file G4HadTmpUtil.hh.

00042 {return *theA;}

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

Definition at line 40 of file G4HadTmpUtil.hh.

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


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