raSystem  1.0 bata
raListEntry< T > Struct Template Reference

#include <raList.h>

Public Attributes

raListEntry< T > * pPrevEntry
 
raListEntry< T > * pNextEntry
 
Data
 

Detailed Description

template<typename T>
struct raListEntry< T >

Definition at line 3 of file raList.h.

Member Data Documentation

◆ Data

template<typename T>
T raListEntry< T >::Data

Definition at line 7 of file raList.h.

◆ pNextEntry

template<typename T>
raListEntry<T>* raListEntry< T >::pNextEntry

Definition at line 6 of file raList.h.

◆ pPrevEntry

template<typename T>
raListEntry<T>* raListEntry< T >::pPrevEntry

Definition at line 5 of file raList.h.


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