csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator Class Reference
An const iterator class for the hash. More...
#include <csutil/hash.h>
Public Member Functions | |
void | Advance () |
Advance the iterator of one step. | |
ConstGlobalIterator (const ConstGlobalIterator &o) | |
Copy constructor. | |
bool | HasNext () const |
Returns a boolean indicating whether or not the hash has more elements. | |
const T & | Next (K &key) |
Get the next element's value and key. | |
const T & | Next () |
Get the next element's value. | |
const T & | NextNoAdvance (K &key) |
Get the next element's value and key, don't move the iterator. | |
const T & | NextNoAdvance () |
Get the next element's value, don't move the iterator. | |
const csTuple2< T, K > | NextTuple () |
Return a tuple of the value and key. | |
ConstGlobalIterator & | operator= (const ConstGlobalIterator &o) |
Assignment operator. | |
void | Reset () |
Move the iterator back to the first element. | |
Protected Member Functions | |
ConstGlobalIterator (const csHash< T, K > *hash0) | |
Friends | |
class | csHash< T, K > |
Detailed Description
template<class T, class K = unsigned int, class ArrayMemoryAlloc = CS::Memory::AllocatorMalloc>
class csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator
An const iterator class for the hash.
Definition at line 826 of file hash.h.
Constructor & Destructor Documentation
csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::ConstGlobalIterator | ( | const ConstGlobalIterator & | o | ) | [inline] |
Member Function Documentation
void csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Advance | ( | ) | [inline] |
Advance the iterator of one step.
Definition at line 890 of file hash.h.
Referenced by csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Next(), and csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextTuple().
bool csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::HasNext | ( | ) | const [inline] |
Returns a boolean indicating whether or not the hash has more elements.
Definition at line 883 of file hash.h.
References csHash< T, K, ArrayMemoryAlloc >::Elements, and csArray< T, ElementHandler, MemoryAllocator, CapacityHandler >::GetSize().
Referenced by csSet< T, Allocator >::GlobalIterator::HasNext().
const T& csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Next | ( | K & | key | ) | [inline] |
Get the next element's value and key.
Definition at line 918 of file hash.h.
References csHash< T, K, ArrayMemoryAlloc >::Elements, and csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Next().
const T& csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Next | ( | ) | [inline] |
Get the next element's value.
Definition at line 903 of file hash.h.
References csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Advance(), and csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextNoAdvance().
Referenced by csSet< T, Allocator >::GlobalIterator::Next(), and csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Next().
const T& csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextNoAdvance | ( | K & | key | ) | [inline] |
Get the next element's value and key, don't move the iterator.
Definition at line 911 of file hash.h.
References csHash< T, K, ArrayMemoryAlloc >::Elements, and csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextNoAdvance().
const T& csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextNoAdvance | ( | ) | [inline] |
Get the next element's value, don't move the iterator.
Definition at line 897 of file hash.h.
References csHash< T, K, ArrayMemoryAlloc >::Elements.
Referenced by csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Next(), csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextNoAdvance(), and csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextTuple().
const csTuple2<T, K> csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextTuple | ( | ) | [inline] |
Return a tuple of the value and key.
Definition at line 925 of file hash.h.
References csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Advance(), csHash< T, K, ArrayMemoryAlloc >::Elements, and csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::NextNoAdvance().
ConstGlobalIterator& csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::operator= | ( | const ConstGlobalIterator & | o | ) | [inline] |
Assignment operator.
Definition at line 873 of file hash.h.
References csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::bucket, csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::element, csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::hash, and csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::size.
void csHash< T, K, ArrayMemoryAlloc >::ConstGlobalIterator::Reset | ( | ) | [inline] |
The documentation for this class was generated from the following file:
- csutil/hash.h
Generated for Crystal Space 1.2.1 by doxygen 1.5.3