Blender V2.61 - r43446
|
#include <SG_DList.h>
Public Types | |
typedef const_iterator< T > | _myT |
Public Member Functions | |
const_iterator (const SG_DList &head) | |
~const_iterator () | |
void | begin () |
void | back () |
bool | end () |
const T * | operator* () |
_myT & | operator++ () |
_myT & | operator-- () |
Definition at line 95 of file SG_DList.h.
typedef const_iterator<T> SG_DList::const_iterator< T >::_myT |
Definition at line 101 of file SG_DList.h.
SG_DList::const_iterator< T >::const_iterator | ( | const SG_DList & | head | ) | [inline] |
Definition at line 102 of file SG_DList.h.
SG_DList::const_iterator< T >::~const_iterator | ( | ) | [inline] |
Definition at line 103 of file SG_DList.h.
void SG_DList::const_iterator< T >::back | ( | ) | [inline] |
Definition at line 109 of file SG_DList.h.
References SG_DList::Back(), and T.
void SG_DList::const_iterator< T >::begin | ( | ) | [inline] |
Definition at line 105 of file SG_DList.h.
References SG_DList::Peek(), and T.
Referenced by SG_DListHead< BL_ArmatureConstraint >::SG_DListHead().
bool SG_DList::const_iterator< T >::end | ( | ) | [inline] |
Definition at line 113 of file SG_DList.h.
References SG_DList::Self(), and T.
Referenced by SG_DListHead< BL_ArmatureConstraint >::SG_DListHead().
const T* SG_DList::const_iterator< T >::operator* | ( | ) | [inline] |
Definition at line 117 of file SG_DList.h.
_myT& SG_DList::const_iterator< T >::operator++ | ( | ) | [inline] |
Definition at line 121 of file SG_DList.h.
References T.
_myT& SG_DList::const_iterator< T >::operator-- | ( | ) | [inline] |
Definition at line 127 of file SG_DList.h.
References T.