|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CDataSetFactory: public CInterface { public: CDataSetFactory(); virtual ~CDataSetFactory(); public: virtual XDataSet CreateDataSet() = 0; };
The abstract interface to data set factories.
At least one derived class must be supplied to provide
implementation of this interface. The default implementation is
provided via the
CBasicDataSetFactory
class.
CDataSet
Constructor/Destructor Summary | |
CDataSetFactory
();
����������Constructs the data set factory. |
|
~CDataSetFactory
();
����������Destroys the data set factory. |
Function Summary | |
XDataSet
|
CreateDataSet
();
����������Creates the empty data set. |
Constructor/Destructor Detail |
CDataSetFactory();
Constructs the data set factory.
virtual ~CDataSetFactory();
Destroys the data set factory.
Function Detail |
virtual XDataSet CreateDataSet() = 0;
Creates the empty data set.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |