Cafu Engine
ListNodeT< T > Class Template Reference

This class represents a node of a singly-linked list. More...

#include "List.hpp"

Public Member Functions

 ListNodeT ()
 Constructor. More...
 

Public Attributes

Data
 
ListNodeT< T > * Next
 

Detailed Description

template<class T>
class ListNodeT< T >

This class represents a node of a singly-linked list.

Constructor & Destructor Documentation

template<class T >
ListNodeT< T >::ListNodeT ( )
inline

Constructor.


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