Return Value 戻り値
A string describing table
’s contents.
table
の内容を記述している文字列。
Availability 有効性
Technology
NSString
* NSStringFromHashTable(NSHashTable
*table);
A string describing table
’s contents.
table
の内容を記述している文字列。
The function iterates over the elements of table
, and for each one appends the string returned by the describe
callback function. If NULL
was specified for the callback function, the hexadecimal value of each pointer is added to the string.
関数はtable
の要素すべてにわたって反復します、そしてそれぞれのものに対してdescribe
コールバック関数によって返される文字列を付加します。NULL
がコールバック関数に対して指定されたならば、各ポインタの16進数値が文字列へ加えられます。