CMapStringToOb::HashKey
指定したキーのハッシュ値を計算します。
UINT HashKey(
LPCTSTR key
) const;
パラメーター
- key
そのハッシュ値を計算するキー。
戻り値
キーのハッシュ値を返します。
解説
CMapStringToOb::HashKey に類似している他のメンバー関数を以下に示します。
Class |
メンバー関数 |
---|---|
UINT HashKey( void* key ) const; |
|
UINT HashKey( void* key ) const; |
|
UINT HashKey( LPCTSTR key ) const; |
|
UINT HashKey( LPCTSTR key ) const; |
|
UINT HashKey( WORD key ) const; |
|
UINT HashKey( WORD key ) const; |
必要条件
**ヘッダー:**afxcoll.h