OpenBarnyard
 
Loading...
Searching...
No Matches
T2SList< T, Unknown >::Node Class Reference

#include <T2SList.h>

Inheritance diagram for T2SList< T, Unknown >::Node:
T2GenericSList::Node T2SListNodeWrapper< T >

Public Member Functions

T * Next () const
 
T * Prev () const
 
- Public Member Functions inherited from T2GenericSList::Node
 Node ()
 
void Reset ()
 
NodeNext () const
 
TBOOL IsLinked () const
 
void InsertAfter (Node *a_pNode)
 

Detailed Description

template<class T, TINT Unknown = 0>
class T2SList< T, Unknown >::Node

Definition at line 209 of file T2SList.h.

Member Function Documentation

◆ Next()

template<class T, TINT Unknown = 0>
T * T2SList< T, Unknown >::Node::Next ( ) const
inline

Definition at line 212 of file T2SList.h.

213 {
215 }
#define TSTATICCAST(POINTERTYPE, VALUE)
Definition Defines.h:69

◆ Prev()

template<class T, TINT Unknown = 0>
T * T2SList< T, Unknown >::Node::Prev ( ) const
inline

Definition at line 217 of file T2SList.h.

218 {
219 TASSERT( !"Nah, you can't do this" );
220 return TNULL;
221 }
#define TASSERT(X,...)
Definition Defines.h:138

The documentation for this class was generated from the following file: