An open API service indexing awesome lists of open source software.

https://github.com/memo/ofxmsaobjcpointer

C++ openFrameworks addon to provide simple ObjectiveC style Smart Pointer functionality, which keeps reference count and frees memory when reference count is zero. This is accomplished by providing retain/release methods similar to Objective C. This is now probably superseded by built in shared pointers.
https://github.com/memo/ofxmsaobjcpointer

Last synced: over 1 year ago
JSON representation

C++ openFrameworks addon to provide simple ObjectiveC style Smart Pointer functionality, which keeps reference count and frees memory when reference count is zero. This is accomplished by providing retain/release methods similar to Objective C. This is now probably superseded by built in shared pointers.

Awesome Lists containing this project