|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FermiIntegerPartition.hh>
Public Types | |
| using | difference_type = std::int64_t |
| using | value_type = G4FermiPartition |
| using | reference = const G4FermiPartition& |
| using | pointer = const G4FermiPartition* |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| Iterator (const Iterator &)=default | |
| Iterator & | operator= (const Iterator &)=default |
| pointer | operator-> () const |
| reference | operator* () const |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| G4bool | operator== (const Iterator &other) const |
| G4bool | operator!= (const Iterator &other) const |
Friends | |
| class | G4integerPartition |
Definition at line 56 of file G4FermiIntegerPartition.hh.
| using G4integerPartition::Iterator::difference_type = std::int64_t |
Definition at line 61 of file G4FermiIntegerPartition.hh.
| using G4integerPartition::Iterator::iterator_category = std::forward_iterator_tag |
Definition at line 65 of file G4FermiIntegerPartition.hh.
| using G4integerPartition::Iterator::pointer = const G4FermiPartition* |
Definition at line 64 of file G4FermiIntegerPartition.hh.
| using G4integerPartition::Iterator::reference = const G4FermiPartition& |
Definition at line 63 of file G4FermiIntegerPartition.hh.
Definition at line 62 of file G4FermiIntegerPartition.hh.
|
default |
Referenced by Iterator(), and operator=().
Definition at line 78 of file G4FermiIntegerPartition.cc.
| G4integerPartition::Iterator::reference G4integerPartition::Iterator::operator* | ( | ) | const |
Definition at line 55 of file G4FermiIntegerPartition.cc.
| G4integerPartition::Iterator & G4integerPartition::Iterator::operator++ | ( | ) |
Definition at line 60 of file G4FermiIntegerPartition.cc.
| G4integerPartition::Iterator G4integerPartition::Iterator::operator++ | ( | int | ) |
Definition at line 66 of file G4FermiIntegerPartition.cc.
| G4integerPartition::Iterator::pointer G4integerPartition::Iterator::operator-> | ( | ) | const |
Definition at line 50 of file G4FermiIntegerPartition.cc.
Definition at line 73 of file G4FermiIntegerPartition.cc.
|
friend |
Definition at line 59 of file G4FermiIntegerPartition.hh.
Referenced by G4integerPartition.