Condividi tramite


CMapStringToOb::HashKey

Calcola il valore hash della chiave specificata.

UINT HashKey(
   LPCTSTR key
) const;

Parametri

  • key
    La chiave del cui valore hash deve essere calcolato.

Valore restituito

Il valore hash della chiave

Note

Nella tabella seguente vengono illustrate altre funzioni membro che sono simili a CMapStringToOb::HashKey.

Classe

Funzione membro

CMapPtrToPtr

UINT HashKey( void* key ) const;

CMapPtrToWord

UINT HashKey( void* key ) const;

CMapStringToString

UINT HashKey( LPCTSTR key ) const;

CMapStringToPtr

UINT HashKey( LPCTSTR key ) const;

CMapWordToOb

UINT HashKey( WORD key ) const;

CMapWordToPtr

UINT HashKey( WORD key ) const;

Requisiti

Header: afxcoll.h

Vedere anche

Riferimenti

Classe di CMapStringToOb

Grafico della gerarchia