#include <T2DList.h>
Public Types | |
using | Type = T |
Public Member Functions | |
constexpr | T2DListNodeWrapper ()=default |
constexpr | T2DListNodeWrapper (T *a_pValue) |
~T2DListNodeWrapper ()=default | |
constexpr T * | GetNodeValue () |
constexpr const T * | GetNodeValue () const |
constexpr T * | operator-> () |
constexpr const T * | operator-> () const |
constexpr void | SetNodeValue (T *a_pValue) |
constexpr T2DListNodeWrapper & | operator= (T *a_pValue) |
![]() | |
constexpr | Node () |
~Node () | |
TBOOL | IsLinked () const |
void | InsertBefore (Node *pInsertBefore) |
void | InsertAfter (Node *pInsertAfter) |
void | Remove () |
Node * | Next () const |
Node * | Prev () const |
Additional Inherited Members | |
![]() | |
friend | T2GenericDList |
using T2DListNodeWrapper< T >::Type = T |
|
constexprdefault |
|
inlineconstexpr |
Definition at line 287 of file T2DList.h.
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |