#include <TNodeList.h>
Public Member Functions | |
constexpr | Iterator () |
constexpr | Iterator (T *a_pPtr) |
constexpr | Iterator (const Iterator &other) |
T * | Get () const |
void | operator= (const Iterator &other) |
void | operator= (T *pPtr) |
T * | operator-> () const |
operator T* () const | |
TBOOL | operator== (const Iterator &a_rcIterator) const |
Iterator | operator++ (TINT) |
Iterator | operator-- (TINT) |
Iterator | operator++ () |
Iterator | operator-- () |
Protected Attributes | |
T * | m_pPtr |
Definition at line 47 of file TNodeList.h.
|
inlineconstexpr |
Definition at line 50 of file TNodeList.h.
|
inlineconstexpr |
Definition at line 54 of file TNodeList.h.
Definition at line 58 of file TNodeList.h.
|
inline |
Definition at line 62 of file TNodeList.h.
|
inline |
Definition at line 83 of file TNodeList.h.
Definition at line 110 of file TNodeList.h.
|
inline |
Definition at line 67 of file TNodeList.h.
|
inline |
Definition at line 72 of file TNodeList.h.
|
inline |
Definition at line 89 of file TNodeList.h.
|
protected |
Definition at line 125 of file TNodeList.h.