#include <T2SList.h>
Public Types | |
| using | Type = T |
Public Member Functions | |
| constexpr | T2SListNodeWrapper ()=default |
| constexpr | T2SListNodeWrapper (T *a_pValue) |
| ~T2SListNodeWrapper ()=default | |
| constexpr T * | GetNodeValue () |
| constexpr const T * | GetNodeValue () const |
| constexpr T * | operator-> () |
| constexpr const T * | operator-> () const |
| constexpr void | SetNodeValue (T *a_pValue) |
| constexpr T2SListNodeWrapper & | operator= (T *a_pValue) |
Public Member Functions inherited from T2SList< T, Unknown >::Node | |
| T * | Next () const |
| T * | Prev () const |
Public Member Functions inherited from T2GenericSList::Node | |
| Node () | |
| void | Reset () |
| Node * | Next () const |
| TBOOL | IsLinked () const |
| void | InsertAfter (Node *a_pNode) |
| using T2SListNodeWrapper< T >::Type = T |
|
constexprdefault |
|
inlineconstexpr |
Definition at line 277 of file T2SList.h.
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |