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

#include <LISTNODE.H>

Inherits GenericNode.

Public Member Functions

 DataNode ()
 
 DataNode (T value)
 
void Set (T value)
 
Get () const
 
DataNode< T > * Next (void) const
 
DataNode< T > * Next_Valid (void) const
 
DataNode< T > * Prev (void) const
 
DataNode< T > * Prev_Valid (void) const
 
- Public Member Functions inherited from GenericNode
 GenericNode (void)
 
virtual ~GenericNode (void)
 
 GenericNode (GenericNode &node)
 
GenericNodeoperator= (GenericNode &node)
 
void Unlink (void)
 
GenericListMain_List (void) const
 
void Link (GenericNode *node)
 
GenericNodeNext (void) const
 
GenericNodeNext_Valid (void) const
 
GenericNodePrev (void) const
 
GenericNodePrev_Valid (void) const
 
bool Is_Valid (void) const
 

Additional Inherited Members

- Protected Attributes inherited from GenericNode
GenericNodeNextNode
 
GenericNodePrevNode
 

Detailed Description

template<class T>
class DataNode< T >

Definition at line 226 of file LISTNODE.H.

Constructor & Destructor Documentation

◆ DataNode() [1/2]

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

Definition at line 229 of file LISTNODE.H.

◆ DataNode() [2/2]

template<class T>
DataNode< T >::DataNode ( T value)
inline

Definition at line 230 of file LISTNODE.H.

Member Function Documentation

◆ Get()

template<class T>
T DataNode< T >::Get ( ) const
inline

Definition at line 232 of file LISTNODE.H.

◆ Next()

template<class T>
DataNode< T > * DataNode< T >::Next ( void ) const
inline

Definition at line 234 of file LISTNODE.H.

◆ Next_Valid()

template<class T>
DataNode< T > * DataNode< T >::Next_Valid ( void ) const
inline

Definition at line 235 of file LISTNODE.H.

◆ Prev()

template<class T>
DataNode< T > * DataNode< T >::Prev ( void ) const
inline

Definition at line 236 of file LISTNODE.H.

◆ Prev_Valid()

template<class T>
DataNode< T > * DataNode< T >::Prev_Valid ( void ) const
inline

Definition at line 237 of file LISTNODE.H.

◆ Set()

template<class T>
void DataNode< T >::Set ( T value)
inline

Definition at line 231 of file LISTNODE.H.


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