Contents

NSHashTableCallBacks

Defines a structure that contains the function pointers used to configure behavior of NSHashTable with respect to elements within a hash table.

Declaration

struct NSHashTableCallBacks

Overview

All functions must know the types of things in the hash table to be able to operate on them. Sets of predefined call backs are described in NSHashTable.

Topics

Initializers

Instance Properties

See Also

Data Types