csHash< T, K, ArrayMemoryAlloc >::Element Struct Reference
List of all members.| Public Member Functions | |
| Element (const Element &other) | |
| Element (const K &key0, const T &value0) | |
| Public Attributes | |
| const K | key | 
| T | value | 
Detailed Description
template<class T, class K = unsigned int, class ArrayMemoryAlloc = CS::Memory::AllocatorMalloc>
 struct csHash< T, K, ArrayMemoryAlloc >::Element
Definition at line 259 of file hash.h.
The documentation for this struct was generated from the following file:
- csutil/hash.h
Generated for Crystal Space by doxygen 1.4.7

