This is the concrete factory for a STDataLoaderFromMemDS. More...
#include <STDataLoaderFromMemDSFactory.h>
Public Member Functions | |
| const std::string & | getType () const |
| It returns the type of the factory. More... | |
| ~STDataLoaderFromMemDSFactory () | |
| Destructor that automatically unregister the factory from the dictionary. More... | |
Static Public Member Functions | |
| static void | finalize () |
| It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the abstract factory CachedSTDataLoader. More... | |
| static void | initialize () |
| It initializes the factory: the singleton instance will be registered in the abstract factory CachedSTDataLoader. More... | |
Protected Member Functions | |
| STDataLoaderImpl * | build () |
| It returns the global object STDataSourceLoader. More... | |
| STDataLoaderFromMemDSFactory () | |
| Constructor. More... | |
Static Private Attributes | |
| static STDataLoaderFromMemDSFactory * | sm_factory |
| A pointer to the global STDataLoaderFromMemDSFactory factory. More... | |
This is the concrete factory for a STDataLoaderFromMemDS.
Definition at line 43 of file STDataLoaderFromMemDSFactory.h.
| te::st::STDataLoaderFromMemDSFactory::~STDataLoaderFromMemDSFactory | ( | ) |
Destructor that automatically unregister the factory from the dictionary.
Definition at line 33 of file STDataLoaderFromMemDSFactory.cpp.
|
protected |
Constructor.
Definition at line 60 of file STDataLoaderFromMemDSFactory.cpp.
|
protected |
It returns the global object STDataSourceLoader.
Definition at line 55 of file STDataLoaderFromMemDSFactory.cpp.
|
static |
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the abstract factory CachedSTDataLoader.
Definition at line 43 of file STDataLoaderFromMemDSFactory.cpp.
Referenced by te::st::Module::finalize().
| const std::string & te::st::STDataLoaderFromMemDSFactory::getType | ( | ) | const |
It returns the type of the factory.
Definition at line 50 of file STDataLoaderFromMemDSFactory.cpp.
References te::st::Globals::sm_loaderFromMemDSIdentifier.
|
static |
It initializes the factory: the singleton instance will be registered in the abstract factory CachedSTDataLoader.
Definition at line 37 of file STDataLoaderFromMemDSFactory.cpp.
Referenced by te::st::Module::initialize().
|
staticprivate |
A pointer to the global STDataLoaderFromMemDSFactory factory.
Definition at line 69 of file STDataLoaderFromMemDSFactory.h.