PrimoBurner(tm) for C++
5.0
CD, DVD and Blu-ray Software Development Kit
|
Implement this interface to handle DataFile signals. More...
#include <pb_api.h>
Inherits Reference.
Public Member Functions | |
virtual void | onDestroy (DataFile *target) |
Called to signal that a DataFile object is about to be destroyed. | |
int32_t | release () const |
Simple implementation of primo::Reference::release. | |
int32_t | retain () const |
Simple implementation of primo::Reference::retain. | |
int32_t | retainCount () const |
Simple implementation of primo::Reference::retainCount. | |
virtual int32_t | release () const =0 |
Releases the instance. | |
virtual int32_t | retain () const =0 |
Retains the instance. | |
virtual int32_t | retainCount () const =0 |
Returns the current reference count. | |
Implement this interface to handle DataFile signals.
|
virtual |
|
virtual |
Simple implementation of primo::Reference::release.
Implements Reference.
|
virtual |
Simple implementation of primo::Reference::retain.
Implements Reference.
|
virtual |
Simple implementation of primo::Reference::retainCount.
Implements Reference.