Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IRefCounted Interface Referenceabstract

#include <p6refcounted.h>

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6INT32 release (void)=0
 

Detailed Description

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 28 of file p6refcounted.h.


The documentation for this interface was generated from the following file: