Structure

NSMapTableKeyCallBacks

The function pointers used to configure behavior of NSMapTable with respect to key elements within a map table. マップテーブル内のキー要素に関して、NSMapTableの挙動を設定するのに使われる関数ポインタ。

Declaration 宣言

struct NSMapTableKeyCallBacks

Overview 概要

All functions must know the types of things in the map table to be able to operate on them. Sets of predefined call backs are described in NSMapTable. 全ての関数は、マップテーブルの中の物の型を知り、それらに関して演算できなければなりません。あらかじめ定義されたコールバックの集合は、NSMapTableにおいて記述されます。

Two predefined values to use for notAKeyMarker are NSNotAnIntMapKey and NSNotAPointerMapKey. notAKeyMarkerに対して使う2つのあらかじめ設定された値は、NSNotAnIntMapKeyNSNotAPointerMapKeyです。

Topics 話題

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