Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4FermiFragmentPoolAN::IteratorRange Class Reference

#include <G4FermiFragmentPoolAN.hh>

Public Types

using const_iterator = Container::const_iterator

Public Member Functions

 IteratorRange (const_iterator begin, const_iterator end)
const_iterator begin () const
const_iterator end () const

Detailed Description

Definition at line 60 of file G4FermiFragmentPoolAN.hh.

Member Typedef Documentation

◆ const_iterator

using G4FermiFragmentPoolAN::IteratorRange::const_iterator = Container::const_iterator

Definition at line 63 of file G4FermiFragmentPoolAN.hh.

Constructor & Destructor Documentation

◆ IteratorRange()

G4FermiFragmentPoolAN::IteratorRange::IteratorRange ( const_iterator begin,
const_iterator end )
inline

Definition at line 65 of file G4FermiFragmentPoolAN.hh.

65: begin_(begin), end_(end) {}

Member Function Documentation

◆ begin()

const_iterator G4FermiFragmentPoolAN::IteratorRange::begin ( ) const
inline

Definition at line 67 of file G4FermiFragmentPoolAN.hh.

67{ return begin_; }

Referenced by IteratorRange().

◆ end()

const_iterator G4FermiFragmentPoolAN::IteratorRange::end ( ) const
inline

Definition at line 68 of file G4FermiFragmentPoolAN.hh.

68{ return end_; }

Referenced by IteratorRange().


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