#include <G4FastList.hh>
Public 타입 | |
typedef G4FastList_iterator < OBJECT > | _Self |
typedef G4FastListNode< OBJECT > | _Node |
Public 멤버 함수 | |
G4FastList_iterator () | |
G4FastList_iterator (_Node *__x) | |
G4FastList_iterator (const G4FastList_iterator &right) | |
_Node * | GetNode () |
const _Node * | GetNode () const |
OBJECT * | operator* () |
const OBJECT * | operator* () const |
OBJECT * | operator-> () |
const OBJECT * | operator-> () const |
_Self & | operator++ () |
_Self | operator++ (int) |
_Self & | operator-- () |
_Self | operator-- (int) |
bool | operator== (const _Self &__x) const |
bool | operator!= (const _Self &__x) const |
Public 속성 | |
_Node * | fpNode |
G4FastList_iterator enables to go through the tracks contained by a list.
G4FastList.hh 파일의 62 번째 라인에서 정의되었습니다.
typedef G4FastListNode<OBJECT> G4FastList_iterator< OBJECT >::_Node |
G4FastList.hh 파일의 463 번째 라인에서 정의되었습니다.
typedef G4FastList_iterator<OBJECT> G4FastList_iterator< OBJECT >::_Self |
G4FastList.hh 파일의 462 번째 라인에서 정의되었습니다.
|
inline |
G4FastList.hh 파일의 465 번째 라인에서 정의되었습니다.
|
inlineexplicit |
G4FastList.hh 파일의 470 번째 라인에서 정의되었습니다.
|
inline |
G4FastList.hh 파일의 475 번째 라인에서 정의되었습니다.
|
inline |
G4FastList.hh 파일의 480 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FastList_iterator< OBJECT >::fpNode.
다음에 의해서 참조됨 : G4ManyFastLists< G4Track >::RemoveLists().
|
inline |
G4FastList.hh 파일의 485 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FastList_iterator< OBJECT >::fpNode.
|
inline |
G4FastList.hh 파일의 535 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FastList_iterator< OBJECT >::fpNode.
OBJECT* G4FastList_iterator< OBJECT >::operator* | ( | ) |
const OBJECT* G4FastList_iterator< OBJECT >::operator* | ( | ) | const |
|
inline |
G4FastList.hh 파일의 503 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FastList_iterator< OBJECT >::fpNode, G4FastListNode< OBJECT >::GetNext().
|
inline |
G4FastList.hh 파일의 509 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FastList_iterator< OBJECT >::fpNode, G4FastListNode< OBJECT >::GetNext().
|
inline |
G4FastList.hh 파일의 517 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FastList_iterator< OBJECT >::fpNode, G4FastListNode< OBJECT >::GetPrevious().
|
inline |
G4FastList.hh 파일의 523 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FastList_iterator< OBJECT >::fpNode, G4FastListNode< OBJECT >::GetPrevious().
OBJECT* G4FastList_iterator< OBJECT >::operator-> | ( | ) |
const OBJECT* G4FastList_iterator< OBJECT >::operator-> | ( | ) | const |
|
inline |
G4FastList.hh 파일의 530 번째 라인에서 정의되었습니다.
다음을 참조함 : G4FastList_iterator< OBJECT >::fpNode.
_Node* G4FastList_iterator< OBJECT >::fpNode |