GClasses

GClasses::GMergeDataHolder Class Reference

This class guarantees that the rows in b are merged vertically back into a when this object goes out of scope. More...

#include <GMatrix.h>

List of all members.

Public Member Functions

 GMergeDataHolder (GMatrix &a, GMatrix &b)
 ~GMergeDataHolder ()

Protected Attributes

GMatrixm_a
GMatrixm_b

Detailed Description

This class guarantees that the rows in b are merged vertically back into a when this object goes out of scope.


Constructor & Destructor Documentation

GClasses::GMergeDataHolder::GMergeDataHolder ( GMatrix a,
GMatrix b 
) [inline]
GClasses::GMergeDataHolder::~GMergeDataHolder ( ) [inline]

Member Data Documentation