Namespace Core
Class CHash
class CHash {
public:
static int Hash(const CString &strValue);
};
The container for a simple hash function.
-
Since:
- 1.00.00
-
Version:
- 1.00.00
-
Author:
- Alexey Gokhberg
int
|
Hash
(const CString &strValue);
����������Returns a hash value of the specified string |
�
Hash
static int Hash(const CString &strValue);
-
Returns a hash value of the specified string
-
Parameters:
-
strValue
- the string
-
Returns:
- the hash value of the specified string
This document was created using Unicorn DOC++.
Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.