Function 関数

objc_destructInstance

Destroys an instance of a class without freeing memory and removes any of its associated references.

Declaration 宣言

void * objc_destructInstance(id obj);

Discussion 解説

This method does nothing if obj is nil.

See Also 参照

Instantiating Classes