CrystalSpace

Public API Reference

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/hashcomputer.h>

List of all members.


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:

 template<> class csHashComputer<MyString> : 
   public csHashComputerString<MyString> {};

Definition at line 157 of file hashcomputer.h.


The documentation for this class was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1