Mixing Objective-C, C++ and Objective-C++: an Updated Summary – Phil Jordan
Mixing Objective-C, C++ and Objective-C++: an Updated Summary Originally published on 25th May 2012, updated on 15th July 2012. ... CppObject(); and destroying it via an explicit destructor call: if (wrapped) wrapped->~CppObject();. As with any use of new...