#include <p6refcounted.h>
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6INT32 | release ()=0 |
This is a non-COM based interface that is used (along with the P6_REFCOUNTED macro) for reference counting C++ classes.
Classes that derrive from this interface can also be managed using the p6RefCounted smart pointer below.
Definition at line 23 of file p6refcounted.h.