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 | |
Public Member Functions inherited from TNodeList< T >::TNode | |
| 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 inherited from TNodeList< T >::TNode | |
| friend | TNodeList |
| TNodeList * | m_pList |
| T * | m_pNext |
| T * | m_pPrev |