Structure

NSHashTableCallBacks

Defines a structure that contains the function pointers used to configure behavior of NSHashTable with respect to elements within a hash table. ハッシュテーブル内の要素に関して、NSHashTableの挙動を設定するのに使われる関数ポインタを含んでいる構造体を定義します。

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. 全ての関数は、ハッシュテーブルの中の物の型を知り、それらに関して演算できなければなりません。あらかじめ定義されたコールバックの集合は、NSHashTableにおいて記述されます。

Topics 話題

Instance Properties インスタンスプロパティ