Scythe-1.0.3
Public Member Functions | Protected Member Functions | Protected Attributes
scythe::DataBlockReference< T_type > Class Template Reference

Handle to DataBlock objects. More...

#include <scythestat/datablock.h>

Inheritance diagram for scythe::DataBlockReference< T_type >:
Inheritance graph
[legend]
Collaboration diagram for scythe::DataBlockReference< T_type >:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

template<class T_type>
class scythe::DataBlockReference< T_type >

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.


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