#include <scythestat/datablock.h>
Inheritance diagram for scythe::DataBlockReference< T_type >:


Matrices inherit from this object. It provides a handle into DataBlock objects and automates cleanup when the referenced object runs out of referants.
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_ |
1.4.7