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

#include <LISTNODE.H>

Inherits GenericNode.

Public Member Functions

List< T > * Main_List (void) const
 
Next (void) const
 
Next_Valid (void) const
 
Prev (void) const
 
Prev_Valid (void) const
 
bool Is_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 Node< T >

Definition at line 186 of file LISTNODE.H.

Member Function Documentation

◆ Is_Valid()

template<class T>
bool Node< T >::Is_Valid ( void ) const
inline

Definition at line 193 of file LISTNODE.H.

◆ Main_List()

template<class T>
List< T > * Node< T >::Main_List ( void ) const
inline

Definition at line 188 of file LISTNODE.H.

◆ Next()

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

Definition at line 189 of file LISTNODE.H.

◆ Next_Valid()

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

Definition at line 190 of file LISTNODE.H.

◆ Prev()

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

Definition at line 191 of file LISTNODE.H.

◆ Prev_Valid()

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

Definition at line 192 of file LISTNODE.H.


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