|
PrimoBurner(tm) for C++
5.0
CD, DVD and Blu-ray Software Development Kit
|
Implement this interface to provide information to DiscArchive for managing the footer size. More...
#include <pb_api.h>
Inherits Reference.
Public Member Functions | |
| virtual bool_t | add (DataFile *file, int64_t maxIncrement) |
| This method is called during DiscArchive::prepareLayout(). | |
| 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 int64_t | size () |
| This method is called when DiscArchive needs to know footer size during DiscArchive::prepareLayout(). | |
| 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 provide information to DiscArchive for managing the footer size.
|
virtual |
This method is called during DiscArchive::prepareLayout().
| file | [in] The file that is to be added to the layout. |
| maxIncrement | [in] The maximum space available for the footer to grow. |
|
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.
|
virtual |
This method is called when DiscArchive needs to know footer size during DiscArchive::prepareLayout().