Function 関数

NSExtraRefCount

Returns the specified object’s reference count. 指定されたオブジェクトの持つ参照カウントを返します。

Declaration 宣言

NSUInteger NSExtraRefCount(id object);

Parameters パラメータ

object

An object. あるオブジェクト。

Return Value 戻り値

The current reference count of object. objectの現在の参照カウント。

Discussion 議論

This function is used in conjunction with NSIncrementExtraRefCount and NSDecrementExtraRefCountWasZero in situations where you need to override an object’s retain and release methods. この関数は、NSIncrementExtraRefCountおよびNSDecrementExtraRefCountWasZeroと共に使われます、あなたがあるオブジェクトのもつretainreleaseメソッドをオーバーライドする必要があるところの状況で。

Special Considerations 特別な注意事項

This function is deprecated and unavailable for use with ARC. この関数は、非推奨にされます、そしてARCで使うことはできません。

See Also 参照

Object Allocation and Deallocation オブジェクトのアロケートとデアロケート