|
Scythe-1.0.3
|
Handle to DataBlock objects. More...
#include <scythestat/datablock.h>


Public Member Functions | |
| DataBlockReference (uint size) | |
| DataBlockReference (const DataBlockReference< T_type > &reference, uint offset=0) | |
Protected Member Functions | |
| void | referenceOther (const DataBlockReference< T_type > &ref, uint offset=0) |
| void | referenceNew (uint size) |
Protected Attributes | |
| T_type * | data_ |
Handle to DataBlock objects.
Matrices inherit from this object. It provides a handle into DataBlock objects and automates cleanup when the referenced object runs out of referants.
1.7.6.1