Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csHashComputer< T > Class Template Reference
[Containers]
Template for hash value computing.
More...
#include <csutil/hash.h>
Static Public Member Functions | |
static uint | ComputeHash (const T &key) |
Compute a hash value for key. |
Detailed Description
template<class T>
class csHashComputer< T >
Template for hash value computing.
Expects that T has a method 'uint GetHash() const'.
Definition at line 55 of file hash.h.
Member Function Documentation
|
Compute a hash value for key.
Definition at line 59 of file hash.h. Referenced by csHash< csString, csString >::Contains(), csHash< csString, csString >::Delete(), csHash< csString, csString >::DeleteAll(), csHash< csString, csString >::Get(), csHash< csString, csString >::GetAll(), csHash< csString, csString >::GetElementPointer(), csHash< csString, csString >::Put(), and csHash< csString, csString >::PutUnique(). |
The documentation for this class was generated from the following file:
- csutil/hash.h
Generated for Crystal Space by doxygen 1.4.4