GClasses

GClasses::GReleaseDataHolder Class Reference

This is a special holder that guarantees the data set will release all of its data before it is deleted. More...

#include <GMatrix.h>

List of all members.

Public Member Functions

 GReleaseDataHolder (GMatrix *pData)
 ~GReleaseDataHolder ()

Protected Attributes

GMatrixm_pData

Detailed Description

This is a special holder that guarantees the data set will release all of its data before it is deleted.


Constructor & Destructor Documentation

GClasses::GReleaseDataHolder::GReleaseDataHolder ( GMatrix pData) [inline]
GClasses::GReleaseDataHolder::~GReleaseDataHolder ( ) [inline]

Member Data Documentation