Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FastList.hh>
Public Types | |
using | _Self = G4FastList_const_iterator<OBJECT> |
using | _Node = G4FastListNode<OBJECT> |
Public Member Functions | |
G4FastList_const_iterator ()=default | |
G4FastList_const_iterator (const _Node *__x) | |
G4FastList_const_iterator (const G4FastList_const_iterator &right)=default | |
_Self & | operator= (const G4FastList_const_iterator &right)=default |
G4FastList_const_iterator (const G4FastList_iterator< OBJECT > &right) | |
_Self & | operator= (const G4FastList_iterator< OBJECT > &right) |
const OBJECT * | operator* () const |
const OBJECT * | operator-> () const |
_Self & | operator++ () |
_Self | operator++ (int) |
_Self & | operator-- () |
_Self | operator-- (int) |
G4bool | operator== (const _Self &__x) const |
G4bool | operator!= (const _Self &__x) const |
Public Attributes | |
const _Node * | fpNode = nullptr |
G4FastList_iterator enables to go through the tracks contained by a list.
Definition at line 543 of file G4FastList.hh.
using G4FastList_const_iterator< OBJECT >::_Node = G4FastListNode<OBJECT> |
Definition at line 547 of file G4FastList.hh.
using G4FastList_const_iterator< OBJECT >::_Self = G4FastList_const_iterator<OBJECT> |
Definition at line 546 of file G4FastList.hh.
|
default |
|
inlineexplicit |
Definition at line 551 of file G4FastList.hh.
|
default |
|
inline |
Definition at line 559 of file G4FastList.hh.
|
inline |
Definition at line 617 of file G4FastList.hh.
|
inline |
Definition at line 571 of file G4FastList.hh.
|
inline |
Definition at line 585 of file G4FastList.hh.
|
inline |
Definition at line 591 of file G4FastList.hh.
|
inline |
Definition at line 599 of file G4FastList.hh.
|
inline |
Definition at line 605 of file G4FastList.hh.
|
inline |
Definition at line 578 of file G4FastList.hh.
|
default |
|
inline |
Definition at line 564 of file G4FastList.hh.
|
inline |
Definition at line 612 of file G4FastList.hh.
const _Node* G4FastList_const_iterator< OBJECT >::fpNode = nullptr |
Definition at line 624 of file G4FastList.hh.
Referenced by G4FastList_const_iterator< OBJECT >::operator!=(), G4FastList_const_iterator< OBJECT >::operator*(), G4FastList_const_iterator< OBJECT >::operator++(), G4FastList_const_iterator< OBJECT >::operator++(), G4FastList_const_iterator< OBJECT >::operator--(), G4FastList_const_iterator< OBJECT >::operator--(), G4FastList_const_iterator< OBJECT >::operator->(), G4FastList_const_iterator< OBJECT >::operator=(), and G4FastList_const_iterator< OBJECT >::operator==().