|
Geant4-11
|
#include <G4FastList.hh>
Public Member Functions | |
| void | DetachYourSelf () |
| G4FastListNode (OBJECT *track=0) | |
| G4FastListNode< OBJECT > * | GetNext () |
| const G4FastListNode< OBJECT > * | GetNext () const |
| OBJECT * | GetObject () |
| const OBJECT * | GetObject () const |
| G4FastListNode< OBJECT > * | GetPrevious () |
| const G4FastListNode< OBJECT > * | GetPrevious () const |
| bool | IsAttached () |
| void | SetAttachedToList (bool flag) |
| void | SetNext (G4FastListNode< OBJECT > *node) |
| void | SetPrevious (G4FastListNode< OBJECT > *node) |
| void | UnHook () |
| ~G4FastListNode () | |
Data Fields | |
| bool | fAttachedToList |
| G4shared_ptr< _ListRef< G4FastList< OBJECT > > > | fListRef |
| G4FastListNode< OBJECT > * | fpNext |
| OBJECT * | fpObject |
| G4FastListNode< OBJECT > * | fpPrevious |
Private Types | |
| typedef G4FastList< typename ObjectW::type > | LIST |
| typedef type_wrapper< G4FastList< OBJECT > > | ListW |
| typedef type_wrapper< G4ManyFastLists_iterator< OBJECT > > | ManyListsIteratorW |
| typedef type_wrapper< G4ManyFastLists< OBJECT > > | ManyListsW |
| typedef type_wrapper< OBJECT > | ObjectW |
G4FastListNode is the entity actually stored by the G4FastList. A G4FastListNode should belong only to one list. Also, an object should belong only to one list.
Definition at line 125 of file G4FastList.hh.
|
private |
Definition at line 128 of file G4FastList.hh.
|
private |
Definition at line 130 of file G4FastList.hh.
|
private |
Definition at line 134 of file G4FastList.hh.
|
private |
Definition at line 132 of file G4FastList.hh.
|
private |
Definition at line 127 of file G4FastList.hh.
| G4FastListNode< OBJECT >::~G4FastListNode | ( | ) |
| G4FastListNode< OBJECT >::G4FastListNode | ( | OBJECT * | track = 0 | ) |
Default constructor
| void G4FastListNode< OBJECT >::DetachYourSelf | ( | ) |
|
inline |
Definition at line 162 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fpNext.
Referenced by G4FastList_iterator< OBJECT >::operator++(), and G4FastList_const_iterator< OBJECT >::operator++().
|
inline |
Definition at line 166 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fpNext.
|
inline |
Definition at line 152 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fpObject.
Referenced by G4FastList_const_iterator< OBJECT >::operator*(), G4FastList_const_iterator< OBJECT >::operator->(), and G4ManyFastLists< OBJECT >::RemoveLists().
|
inline |
Definition at line 157 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fpObject.
|
inline |
Definition at line 170 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fpPrevious.
Referenced by G4FastList_iterator< OBJECT >::operator--(), and G4FastList_const_iterator< OBJECT >::operator--().
|
inline |
Definition at line 174 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fpPrevious.
|
inline |
Definition at line 178 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fAttachedToList.
|
inline |
Definition at line 195 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fAttachedToList.
|
inline |
Definition at line 187 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fpNext.
|
inline |
Definition at line 191 of file G4FastList.hh.
References G4FastListNode< OBJECT >::fpPrevious.
| void G4FastListNode< OBJECT >::UnHook | ( | ) |
| bool G4FastListNode< OBJECT >::fAttachedToList |
Definition at line 204 of file G4FastList.hh.
Referenced by G4FastListNode< OBJECT >::IsAttached(), and G4FastListNode< OBJECT >::SetAttachedToList().
| G4shared_ptr<_ListRef<G4FastList<OBJECT> > > G4FastListNode< OBJECT >::fListRef |
Definition at line 205 of file G4FastList.hh.
| G4FastListNode<OBJECT>* G4FastListNode< OBJECT >::fpNext |
Definition at line 208 of file G4FastList.hh.
Referenced by G4FastListNode< OBJECT >::GetNext(), and G4FastListNode< OBJECT >::SetNext().
| OBJECT* G4FastListNode< OBJECT >::fpObject |
Definition at line 206 of file G4FastList.hh.
Referenced by G4FastListNode< OBJECT >::GetObject().
| G4FastListNode<OBJECT>* G4FastListNode< OBJECT >::fpPrevious |
Definition at line 207 of file G4FastList.hh.
Referenced by G4FastListNode< OBJECT >::GetPrevious(), and G4FastListNode< OBJECT >::SetPrevious().