NSPointerArrayクラス
解説
継承 | NSObject |
準拠 | NSObject (NSObject) |
フレームワーク | /System/Library/Frameworks/Foundation.framework |
使用可能 | OS X v10.5以降 |
iOS 6.0以降 | |
定義 | NSPointerArray.h |
概要
適合するプロトコル
メソッド
新しいポインタアレイを作成、初期化
– initWithOptions
– initWithPointerFunctions
+ pointerArrayWithOptions
+ pointerArrayWithPointerFunctions
+ strongObjectsPointerArray
+ weakObjectsPointerArray
コレクションの管理
– count
– setCount
– allObjects
– pointerAtIndex
– addPointer
– removePointerAtIndex
– insertPointer:atIndex
– replacePointerAtIndex:withPointer
– compact
ポインタファンクションの取得
サブクラス化の注意