CrystalSpace

Public API Reference

csHashComputer< T > Class Template Reference
[Containers]

Template for hash value computing. More...

#include <csutil/hashcomputer.h>

List of all members.

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 50 of file hashcomputer.h.


Member Function Documentation

template<class T >
static uint csHashComputer< T >::ComputeHash ( const T &  key  )  [inline, static]

Compute a hash value for key.

Definition at line 54 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