|
Blender
V2.59
|
#include <SG_QList.h>
Public Types | |
| typedef iterator< T > | _myT |
Public Member Functions | |
| iterator (SG_QList &head, SG_QList *current=NULL) | |
| ~iterator () | |
| void | begin () |
| void | back () |
| bool | end () |
| bool | add_back (T *item) |
| T * | operator* () |
| _myT & | operator++ () |
| _myT & | operator-- () |
Definition at line 50 of file SG_QList.h.
| typedef iterator<T> SG_QList::iterator< T >::_myT |
Definition at line 56 of file SG_QList.h.
| SG_QList::iterator< T >::iterator | ( | SG_QList & | head, |
| SG_QList * | current = NULL |
||
| ) | [inline] |
Definition at line 57 of file SG_QList.h.
References T.
| SG_QList::iterator< T >::~iterator | ( | ) | [inline] |
Definition at line 58 of file SG_QList.h.
| bool SG_QList::iterator< T >::add_back | ( | T * | item | ) | [inline] |
Definition at line 72 of file SG_QList.h.
Referenced by SCA_ILogicBrick::InsertActiveQList(), and SCA_ILogicBrick::InsertSelfActiveQList().
| void SG_QList::iterator< T >::back | ( | ) | [inline] |
Definition at line 64 of file SG_QList.h.
References SG_QList::QBack(), and T.
| void SG_QList::iterator< T >::begin | ( | ) | [inline] |
Definition at line 60 of file SG_QList.h.
References SG_QList::QPeek(), and T.
Referenced by KX_GameObject::AddMeshUser(), SCA_ILogicBrick::InsertActiveQList(), BL_DeformableGameObject::SetDeformer(), KX_GameObject::UpdateBuckets(), and SCA_LogicManager::UpdateFrame().
| bool SG_QList::iterator< T >::end | ( | ) | [inline] |
Definition at line 68 of file SG_QList.h.
References SG_DList::Self(), and T.
Referenced by KX_GameObject::AddMeshUser(), SCA_ILogicBrick::InsertActiveQList(), SCA_ILogicBrick::InsertSelfActiveQList(), BL_DeformableGameObject::SetDeformer(), KX_GameObject::UpdateBuckets(), and SCA_LogicManager::UpdateFrame().
| T* SG_QList::iterator< T >::operator* | ( | ) | [inline] |
Definition at line 76 of file SG_QList.h.
| _myT& SG_QList::iterator< T >::operator++ | ( | ) | [inline] |
Definition at line 80 of file SG_QList.h.
References T.
| _myT& SG_QList::iterator< T >::operator-- | ( | ) | [inline] |
Definition at line 85 of file SG_QList.h.
References T.