Blender  V2.59
Public Types | Public Member Functions
SG_DList::const_iterator< T > Class Template Reference

#include <SG_DList.h>

List of all members.

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* ()
_myToperator++ ()
_myToperator-- ()

Detailed Description

template<typename T>
class SG_DList::const_iterator< T >

Definition at line 97 of file SG_DList.h.


Member Typedef Documentation

template<typename T>
typedef const_iterator<T> SG_DList::const_iterator< T >::_myT

Definition at line 103 of file SG_DList.h.


Constructor & Destructor Documentation

template<typename T>
SG_DList::const_iterator< T >::const_iterator ( const SG_DList head) [inline]

Definition at line 104 of file SG_DList.h.

template<typename T>
SG_DList::const_iterator< T >::~const_iterator ( ) [inline]

Definition at line 105 of file SG_DList.h.


Member Function Documentation

template<typename T>
void SG_DList::const_iterator< T >::back ( ) [inline]

Definition at line 111 of file SG_DList.h.

References SG_DList::Back(), and T.

template<typename T>
void SG_DList::const_iterator< T >::begin ( ) [inline]

Definition at line 107 of file SG_DList.h.

References SG_DList::Peek(), and T.

Referenced by SG_DListHead< BL_ArmatureConstraint >::SG_DListHead().

template<typename T>
bool SG_DList::const_iterator< T >::end ( ) [inline]

Definition at line 115 of file SG_DList.h.

References SG_DList::Self(), and T.

Referenced by SG_DListHead< BL_ArmatureConstraint >::SG_DListHead().

template<typename T>
const T* SG_DList::const_iterator< T >::operator* ( ) [inline]

Definition at line 119 of file SG_DList.h.

template<typename T>
_myT& SG_DList::const_iterator< T >::operator++ ( ) [inline]

Definition at line 123 of file SG_DList.h.

References T.

template<typename T>
_myT& SG_DList::const_iterator< T >::operator-- ( ) [inline]

Definition at line 129 of file SG_DList.h.

References T.


The documentation for this class was generated from the following file: