Instance Method
インスタンスメソッド
getIndexes:
Copies the objects contained in the index path into indexes.
インデックスパスの中に含まれるオブジェクトそれらをインデックスそれらにコピーします。
Parameters
パラメータ
indexes
Pointer to a C array of objects of size at least the length of the index path. On return, the index path’s indexes.
少なくともインデックスパスの長さの大きさのオブジェクトからなるC配列に対するポインタ。戻りでは、インデックスパスの持つインデックスそれら。
Discussion
議論
You must allocate the memory for the C array.
あなたは、C配列に対してメモリをアロケートしなければなりません。
See Also
参照
Working with Indexes
インデックスを扱う
- indexAtPosition:
Provides the value at a particular node in the index path.
インデックスパスの中の特定のノードでの値を提供します。
- getIndexes:range:
Copies the indexes stored in the index path from the positions specified by the position range into the specified indexes.
そのインデックスパスの中に格納されるインデックスそれらを、位置範囲によって指定される位置それらから指定されたインデックスそれらへとコピーします。