I_Hash_Set (Interface)

Interface for a set implemented using a hash table.

Extends: I_Set

Properties

_Bucket_Count

Type: T_Capacity

Number of buckets in the hash set.

Methods

Resize

Returns: I_Hash_Set

Sets the number of buckets in the hash set. Existing items are rehashed and redistributed into the new buckets.

Inputs

Name

Type

Description

Count

T_Capacity

Outputs

Name

Type

Description

bSuccess

BOOL