Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ListSearch Class Reference

#include <list.h>

Public Member Functions

ListNodeNext (void)
 
ListNodePrev (void)
 
ListNodeFirstNode (void)
 
ListNodeLastNode (void)
 
ListNodeFirstNode (List *new_head)
 
ListNodeLastNode (List *new_head)
 

Detailed Description

Definition at line 78 of file list.h.

Member Function Documentation

◆ FirstNode() [1/2]

ListNode * ListSearch::FirstNode ( List * new_head)
inline

Definition at line 89 of file list.h.

◆ FirstNode() [2/2]

ListNode * ListSearch::FirstNode ( void )
inline

Definition at line 87 of file list.h.

◆ LastNode() [1/2]

ListNode * ListSearch::LastNode ( List * new_head)
inline

Definition at line 90 of file list.h.

◆ LastNode() [2/2]

ListNode * ListSearch::LastNode ( void )
inline

Definition at line 88 of file list.h.

◆ Next()

ListNode * ListSearch::Next ( void )
inline

Definition at line 85 of file list.h.

◆ Prev()

ListNode * ListSearch::Prev ( void )
inline

Definition at line 86 of file list.h.


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