|
Blender
V2.59
|
#include <SG_DList.h>

Public Types | |
| typedef SG_DListHead< T > | _myT |
Public Member Functions | |
| SG_DListHead () | |
| SG_DListHead (const _myT &other) | |
| virtual | ~SG_DListHead () |
| T * | Remove () |
SG_DListHead : Template class that implements copy constructor to duplicate list automatically The elements of the list must have themselves a copy constructor.
Definition at line 232 of file SG_DList.h.
| typedef SG_DListHead<T> SG_DListHead< T >::_myT |
Definition at line 235 of file SG_DList.h.
| SG_DListHead< T >::SG_DListHead | ( | ) | [inline] |
Definition at line 236 of file SG_DList.h.
| SG_DListHead< T >::SG_DListHead | ( | const _myT & | other | ) | [inline] |
Definition at line 237 of file SG_DList.h.
| virtual SG_DListHead< T >::~SG_DListHead | ( | ) | [inline, virtual] |
Definition at line 247 of file SG_DList.h.
| T* SG_DListHead< T >::Remove | ( | ) | [inline] |
Reimplemented from SG_DList.
Definition at line 248 of file SG_DList.h.
Referenced by BL_ArmatureObject::LoadConstraints(), SG_DListHead< BL_ArmatureConstraint >::Remove(), and BL_ArmatureObject::~BL_ArmatureObject().