#include <Hash.hpp>
List of all members.
Detailed Description
template<class T>
class zeus::THash< T >
This class implements some basic functions for hashing data
Member Function Documentation
gets the hash of a char* buffer array of size iSize and returns the hash as a 32bit value
- Parameters:
-
| pBuffer | : Buffer to hash |
| iSize | : Size of the buffer |
| lMax | : max size of the hash table |
gets the hash of a char* buffer array of size iSize and returns the hash as a 64bit value
- Parameters:
-
| pBuffer | : Buffer to hash |
| iSize | : Size of the buffer |
| ldMax | : max size of the hash table |
The documentation for this class was generated from the following file: