#include <TNodeList.h>
Public Member Functions | |
constexpr | TNode () |
constexpr | TNode (const TNode &a_rcNode) |
TNode (TNode &&a_rNode) | |
T * | Next () const |
T * | Prev () const |
void | Remove () |
void | SetList (TNodeList *list) |
TNodeList * | GetList () const |
TBOOL | IsLinked () const |
Protected Attributes | |
friend | TNodeList |
TNodeList * | m_pList |
T * | m_pNext |
T * | m_pPrev |
Definition at line 9 of file TNodeList.h.
|
inlineconstexpr |
Definition at line 15 of file TNodeList.h.
Definition at line 37 of file TNodeList.h.
Definition at line 39 of file TNodeList.h.
|
inline |
Definition at line 31 of file TNodeList.h.
|
inline |
Definition at line 32 of file TNodeList.h.
|
inline |
Definition at line 34 of file TNodeList.h.
Definition at line 36 of file TNodeList.h.
Definition at line 42 of file TNodeList.h.
|
protected |
Definition at line 43 of file TNodeList.h.
|
protected |
Definition at line 44 of file TNodeList.h.
|
protected |
Definition at line 12 of file TNodeList.h.