csHashComputerStruct< T > Class Template Reference
[Containers]
Template that can be used as a base class for hash computers for POD structs. More...
#include <csutil/hashcomputer.h>
Detailed Description
template<class T>
class csHashComputerStruct< T >
Template that can be used as a base class for hash computers for POD structs.
Example:
template<> class csHashComputer<MyStruct> : public csHashComputerStruct<MyStruct> {};
Definition at line 182 of file hashcomputer.h.
The documentation for this class was generated from the following file:
- csutil/hashcomputer.h
Generated for Crystal Space 2.0 by doxygen 1.6.1
