Torque2D Reference
Loading...
Searching...
No Matches
LListNode< T > Class Template Reference

#include <linkedList.h>

Public Member Functions

 LListNode ()

Public Attributes

LListNode< T > * Next
LListNode< T > * Prev
T * Data

Constructor & Destructor Documentation

◆ LListNode()

template<class T>
LListNode ( )
inline

Member Data Documentation

◆ Data

template<class T>
T* Data

◆ Next

template<class T>
LListNode<T>* Next

◆ Prev

template<class T>
LListNode<T>* Prev

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