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

#include <hashtemplate.h>

Public Member Functions

 HashTemplateIterator (HashTemplateClass< KeyType, ValueType > &hash_table)
 
void First ()
 
void Next ()
 
bool Is_Done () const
 
ValueType & Peek_Value ()
 
const KeyType & Peek_Key ()
 

Detailed Description

template<class KeyType, class ValueType>
class HashTemplateIterator< KeyType, ValueType >

Definition at line 123 of file hashtemplate.h.

Constructor & Destructor Documentation

◆ HashTemplateIterator()

template<class KeyType, class ValueType>
HashTemplateIterator< KeyType, ValueType >::HashTemplateIterator ( HashTemplateClass< KeyType, ValueType > & hash_table)
inline

Definition at line 130 of file hashtemplate.h.

Member Function Documentation

◆ First()

template<class KeyType, class ValueType>
void HashTemplateIterator< KeyType, ValueType >::First ( )
inline

Definition at line 137 of file hashtemplate.h.

◆ Is_Done()

template<class KeyType, class ValueType>
bool HashTemplateIterator< KeyType, ValueType >::Is_Done ( ) const
inline

Definition at line 159 of file hashtemplate.h.

◆ Next()

template<class KeyType, class ValueType>
void HashTemplateIterator< KeyType, ValueType >::Next ( )
inline

Definition at line 147 of file hashtemplate.h.

◆ Peek_Key()

template<class KeyType, class ValueType>
const KeyType & HashTemplateIterator< KeyType, ValueType >::Peek_Key ( )
inline

Definition at line 169 of file hashtemplate.h.

◆ Peek_Value()

template<class KeyType, class ValueType>
ValueType & HashTemplateIterator< KeyType, ValueType >::Peek_Value ( )
inline

Definition at line 164 of file hashtemplate.h.


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