Geant4
10.01.p02
|
#include <G4FastList.hh>
Public Types | |
typedef G4ManyFastLists_iterator < OBJECT > | iterator |
Public Types inherited from G4FastList< OBJECT >::Watcher | |
typedef G4FastList< OBJECT > | list |
Public Member Functions | |
G4ManyFastLists () | |
virtual | ~G4ManyFastLists () |
virtual void | NotifyDeletingList (G4FastList< OBJECT > *__list) |
void | Add (G4FastList< OBJECT > *__list) |
void | Remove (G4FastList< OBJECT > *__list) |
bool | Holds (OBJECT *__track) const |
size_t | size () const |
void | RemoveLists () |
void | ClearLists () |
iterator | begin () |
iterator | end () |
void | pop (OBJECT *) |
Public Member Functions inherited from G4FastList< OBJECT >::Watcher | |
Watcher () | |
virtual | ~Watcher () |
void | NotifyDeletingList (G4FastList< OBJECT > *) |
void | NotifyNewObject (OBJECT *, G4FastList< OBJECT > *) |
void | NotifyRemoveObject (OBJECT *, G4FastList< OBJECT > *) |
void | NotifyEmpty (OBJECT *, G4FastList< OBJECT > *) |
void | Watch (G4FastList< OBJECT > *fastList) |
void | StopWatching (G4FastList< OBJECT > *fastList, bool removeWatcher=true) |
Protected Types | |
typedef G4FastList< G4FastList < OBJECT > > | ManyLists |
Protected Attributes | |
ManyLists | fAssociatedLists |
Definition at line 66 of file G4FastList.hh.
typedef G4ManyFastLists_iterator<OBJECT> G4ManyFastLists< OBJECT >::iterator |
Definition at line 53 of file G4ManyFastLists.hh.
|
protected |
Definition at line 48 of file G4ManyFastLists.hh.
|
inline |
Definition at line 55 of file G4ManyFastLists.hh.
|
inlinevirtual |
Definition at line 60 of file G4ManyFastLists.hh.
|
inline |
Definition at line 67 of file G4ManyFastLists.hh.
Referenced by PriorityList::NewMainList(), and PriorityList::PushToListOfSecondaries().
|
inline |
Definition at line 312 of file G4ManyFastLists.hh.
Referenced by G4Scheduler::CalculateMinTimeStep(), G4Scheduler::ComputeInteractionLength(), and G4Scheduler::EndTracking().
|
inline |
Definition at line 149 of file G4ManyFastLists.hh.
Referenced by G4ITTrackHolder::Clear().
|
inline |
Definition at line 350 of file G4ManyFastLists.hh.
Referenced by G4Scheduler::CalculateMinTimeStep(), G4Scheduler::ComputeInteractionLength(), G4Scheduler::DoIt(), and G4Scheduler::EndTracking().
|
inline |
Definition at line 100 of file G4ManyFastLists.hh.
|
inlinevirtual |
Definition at line 62 of file G4ManyFastLists.hh.
void G4ManyFastLists< OBJECT >::pop | ( | OBJECT * | ) |
|
inline |
Definition at line 86 of file G4ManyFastLists.hh.
Referenced by G4ManyFastLists< G4Track >::RemoveLists().
|
inline |
Definition at line 123 of file G4ManyFastLists.hh.
Referenced by G4ITTrackHolder::Clear(), G4ITTrackHolder::MoveMainToWaitingList(), and G4ITTrackHolder::~G4ITTrackHolder().
|
inline |
Definition at line 109 of file G4ManyFastLists.hh.
Referenced by G4Scheduler::DoIt(), and G4ITTrackHolder::GetNTracks().
|
protected |
Definition at line 49 of file G4ManyFastLists.hh.