#include <kintrusivelist.h>
Definition at line 57 of file kintrusivelist.h.
| Public Member Functions | |
| KListNode (T *pData=0) | |
| ~KListNode () | |
| void | Disconnect () | 
| Public Attributes | |
| NodeT * | mNext | 
| NodeT * | mPrev | 
| T * | mData | 
| KListNode | ( | T * | pData = 0 | ) | [inline, explicit] | 
Definition at line 62 of file kintrusivelist.h.
| ~KListNode | ( | ) | [inline] | 
Definition at line 63 of file kintrusivelist.h.
| void Disconnect | ( | ) | [inline] | 
Definition at line 68 of file kintrusivelist.h.
Referenced by KIntrusiveList< KFbxPlugin >::Erase(), KIntrusiveList< KFbxPlugin >::~KIntrusiveList(), and KListNode< KFbxPlugin >::~KListNode().
| NodeT* mNext | 
Definition at line 79 of file kintrusivelist.h.
Referenced by KIntrusiveList< KFbxPlugin >::Begin(), KListNode< KFbxPlugin >::Disconnect(), KIntrusiveList< KFbxPlugin >::Empty(), KIntrusiveList< KFbxPlugin >::KIntrusiveList(), KIntrusiveList< KFbxPlugin >::PushBack(), and KIntrusiveList< KFbxPlugin >::PushFront().
| NodeT* mPrev | 
Definition at line 80 of file kintrusivelist.h.
Referenced by KListNode< KFbxPlugin >::Disconnect(), KIntrusiveList< KFbxPlugin >::Empty(), KIntrusiveList< KFbxPlugin >::KIntrusiveList(), KIntrusiveList< KFbxPlugin >::PushBack(), and KIntrusiveList< KFbxPlugin >::PushFront().
| T* mData | 
Definition at line 82 of file kintrusivelist.h.
Referenced by KIntrusiveList< KFbxPlugin >::PushBack(), and KIntrusiveList< KFbxPlugin >::PushFront().