Slot for tracking memory blocks in the block list. More...
#include <TMemory.h>
Public Attributes | |
MemBlock * | m_pPtr = TNULL |
Pointer to the memory block. | |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
friend | TNodeList |
TNodeList * | m_pList |
T * | m_pNext |
T * | m_pPrev |