Definition in file ptr.h.
#include <xplc/IObject.h>
Include dependency graph for ptr.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | xplc_ptr< T > |
Smart pointer class for XPLC interfaces. More... | |
class | xplc_ptr< T >::ProtectedPtr |
Functions | |
template<class T> | |
T * | do_addRef (T *obj) |
Used to addRef an object before passing it to something that would otherwise "steal" the reference. |