Function 関数

NSHashGet

Returns an element of the hash table. ハッシュテーブルのある要素を返します。

Declaration 宣言

void * NSHashGet(NSHashTable *table, const void *pointer);

Return Value 戻り値

The pointer in the table that matches pointer (as defined by the isEqual callback function). If there is no matching element, returns NULL. テーブルの中のポインタで、pointerに合致するもの(isEqualコールバック関数によって定義されるとおりに)。合致する要素がないならば、NULLを返します。