Create

<< Click to Display Table of Contents >>

Navigation:  Classes > THashTable > Methods >

Create

SIGNATURE=IWHashTable.THashTable.Create@Integer@TCompareFunc@THashFunc

 

ETYPE=Method

 

Declaration:

Delphi:

public constructor Create(Size: Integer; CmpFunc: TCompareFunc; HashFunc: THashFunc);

C++:

public: __fastcall THashTable(int Size, TCompareFunc CmpFunc, THashFunc HashFunc);

 

Description: This is Create, a member of class THashTable.