Instance Method インスタンスメソッド

getIndexes(_:)

Copies the objects contained in the index path into indexes. インデックスパスの中に含まれるオブジェクトそれらをインデックスそれらにコピーします。

Declaration 宣言

func getIndexes(_ indexes: UnsafeMutablePointer<Int>)

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 インデックスを扱う