Torque2D Reference
Public Member Functions | Public Attributes | List of all members
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 ( )
inline

Member Data Documentation

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

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