G4VITManager::const_iterator Class Reference

#include <G4ITManager.hh>

Inheritance diagram for G4VITManager::const_iterator:

G4VITManager::iterator

Public Member Functions

 const_iterator (G4ITBox *)
virtual ~const_iterator ()
const G4IToperator * ()

Detailed Description

Definition at line 133 of file G4ITManager.hh.


Constructor & Destructor Documentation

G4VITManager::const_iterator::const_iterator ( G4ITBox  ) 

Definition at line 42 of file G4ITManager_const_iterator.cc.

00042                                                        :
00043                                 G4VITManager::iterator(box)
00044 {;}
//_____________________________________________________________________

virtual G4VITManager::const_iterator::~const_iterator (  )  [inline, virtual]

Definition at line 137 of file G4ITManager.hh.

00137 {;}


Member Function Documentation

const G4IT * G4VITManager::const_iterator::operator * (  ) 

Reimplemented from G4VITManager::iterator.

Definition at line 47 of file G4ITManager_const_iterator.cc.

References G4VITManager::iterator::fNextIT.

00048 {
00049         return fNextIT;
00050 }


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