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

#include <dllist.h>

Inherits DLListClass< T >.

Public Member Functions

virtual ~DLDestroyListClass ()
 
- Public Member Functions inherited from DLListClass< T >
 DLListClass ()
 
virtual ~DLListClass ()
 
void Add_Head (DLNodeClass< T > *node)
 
void Remove_Head ()
 
void Add_Tail (DLNodeClass< T > *node)
 
void Remove_Tail ()
 
T * Head ()
 
T * Tail ()
 
const T * Const_Head () const
 
const T * Const_Tail () const
 

Detailed Description

template<class T>
class DLDestroyListClass< T >

Definition at line 74 of file dllist.h.

Constructor & Destructor Documentation

◆ ~DLDestroyListClass()

template<class T>
virtual DLDestroyListClass< T >::~DLDestroyListClass ( )
inlinevirtual

Definition at line 77 of file dllist.h.


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