csHashComputerStruct< T > Class Template Reference
[Containers]
Template that can be used as a base class for hash computers for POD structs.  
More...
#include <csutil/hash.h>
| Static Public Member Functions | |
| static uint | ComputeHash (const T &key) | 
Detailed Description
template<class T>
 class csHashComputerStruct< T >
Template that can be used as a base class for hash computers for POD structs. 
Example:
CS_SPECIALIZE_TEMPLATE csHashComputer<MyStruct> : public csHashComputerStruct<MyStruct> {};
Definition at line 201 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.7

