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