afc_hash_master_item

Name

afc_hash_master_item  -- Returns the item-th element

Synopsis

HashData * afc_hash_master_item ( HashMaster * hash_master, int item );

Description

This function returns the item-th item. Since this function accesses the HashMaster table like it was an array, it should be considered a very low-level function and it is useless in standard applications.

Inputs

hash_master

Pointer to a valid afc_hash_master class.

item

The ordinal number of the item you want.

Result

See Also