Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
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* ()
 
- Public Member Functions inherited from G4VITManager::iterator
 iterator (G4ITBox *)
 
virtual ~iterator ()
 
virtual G4bool begin ()
 
virtual G4bool end ()
 
iteratoroperator= (const iterator &i)
 
iteratoroperator++ (G4int)
 
G4IToperator* ()
 
G4ITBoxGetBox ()
 

Additional Inherited Members

- Protected Member Functions inherited from G4VITManager::iterator
void PrintNext () const
 
- Protected Attributes inherited from G4VITManager::iterator
G4ITfNextIT
 
G4ITBoxfCurrentBox
 

Detailed Description

Definition at line 133 of file G4ITManager.hh.

Constructor & Destructor Documentation

G4VITManager::const_iterator::const_iterator ( G4ITBox box)

Definition at line 42 of file G4ITManager_const_iterator.cc.

virtual G4VITManager::const_iterator::~const_iterator ( )
inlinevirtual

Definition at line 137 of file G4ITManager.hh.

137 {;}

Member Function Documentation

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

Definition at line 47 of file G4ITManager_const_iterator.cc.

48 {
49  return fNextIT;
50 }

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