Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
LNode< T > Class Template Reference

#include <linkedlist.h>

Public Attributes

Node
 
LNode< T > * Next
 
LNode< T > * Prev
 

Detailed Description

template<class T>
class LNode< T >

Definition at line 47 of file linkedlist.h.

Member Data Documentation

◆ Next

template<class T>
LNode< T > * LNode< T >::Next

Definition at line 51 of file linkedlist.h.

◆ Node

template<class T>
T LNode< T >::Node

Definition at line 50 of file linkedlist.h.

◆ Prev

template<class T>
LNode< T > * LNode< T >::Prev

Definition at line 52 of file linkedlist.h.


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