Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csHashComputerString< T > Class Template Reference
[Containers]
Template that can be used as a base class for hash computers for string types (must support cast to const char*).
More...
#include <csutil/hash.h>
Static Public Member Functions | |
static uint | ComputeHash (const T &key) |
Detailed Description
template<class T>
class csHashComputerString< T >
Template that can be used as a base class for hash computers for string types (must support cast to const char*).
Example:
CS_SPECIALIZE_TEMPLATE csHashComputer<MyString> : public csHashComputerString<MyString> {};
Definition at line 173 of file hash.h.
The documentation for this class was generated from the following file:
- csutil/hash.h
Generated for Crystal Space by doxygen 1.4.4