![]() |
DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
|
Data Store factory method. More...
#include <Testvs19_FileDataStore.h>
Public Member Functions | |
~DataStoreFactory () | |
destructor | |
void | deleteIt () |
delete instance | |
Sfx::IFileDataStore * | create (std::string aClass) |
Create or of data store. |
Static Public Member Functions | |
static DataStoreFactory * | getInstance () |
sole instance |
Static Protected Attributes | |
static DataStoreFactory * | m_instance = nullptr |
Data Store factory method.
Testvs19::DataStoreFactory::~DataStoreFactory | ( | ) |
destructor
Sfx::IFileDataStore * Testvs19::DataStoreFactory::create | ( | std::string | aClass | ) |
Create or of data store.
aClass | string representation of the class to create |
void Testvs19::DataStoreFactory::deleteIt | ( | ) |
delete instance
|
static |
sole instance
|
staticprotected |
sole instance