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

#include <hash.h>

Inherited by HAnimManagerIterator, W3DShadowGeometryManagerIterator, and W3DShadowTextureManagerIterator.

Public Member Functions

 HashTableIteratorClass (HashTableClass &table)
 
virtual ~HashTableIteratorClass (void)
 
void First (void)
 
void Next (void)
 
bool Is_Done (void)
 
HashableClassGet_Current (void)
 

Detailed Description

Definition at line 99 of file hash.h.

Constructor & Destructor Documentation

◆ HashTableIteratorClass()

HashTableIteratorClass::HashTableIteratorClass ( HashTableClass & table)
inline

Definition at line 102 of file hash.h.

◆ ~HashTableIteratorClass()

virtual HashTableIteratorClass::~HashTableIteratorClass ( void )
inlinevirtual

Definition at line 103 of file hash.h.

Member Function Documentation

◆ First()

void HashTableIteratorClass::First ( void )

Definition at line 138 of file hash.cpp.

◆ Get_Current()

HashableClass * HashTableIteratorClass::Get_Current ( void )
inline

Definition at line 108 of file hash.h.

◆ Is_Done()

bool HashTableIteratorClass::Is_Done ( void )
inline

Definition at line 107 of file hash.h.

◆ Next()

void HashTableIteratorClass::Next ( void )

Definition at line 146 of file hash.cpp.


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