te::st::STDataLoaderFromMemDSFactory Class Reference

This is the concrete factory for a STDataLoaderFromMemDS. More...

#include <STDataLoaderFromMemDSFactory.h>

Inheritance diagram for te::st::STDataLoaderFromMemDSFactory:
STDataLoaderImplFactory

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

STDataLoaderImplbuild ()
 It returns the global object STDataSourceLoader. More...
 
 STDataLoaderFromMemDSFactory ()
 Constructor. More...
 

Static Private Attributes

static STDataLoaderFromMemDSFactorysm_factory
 A pointer to the global STDataLoaderFromMemDSFactory factory. More...
 

Detailed Description

This is the concrete factory for a STDataLoaderFromMemDS.

See also
STDataLoaderFromMemDS

Definition at line 43 of file STDataLoaderFromMemDSFactory.h.

Constructor & Destructor Documentation

te::st::STDataLoaderFromMemDSFactory::~STDataLoaderFromMemDSFactory ( )
default

Destructor that automatically unregister the factory from the dictionary.

te::st::STDataLoaderFromMemDSFactory::STDataLoaderFromMemDSFactory ( )
protected

Constructor.

Definition at line 58 of file STDataLoaderFromMemDSFactory.cpp.

Referenced by initialize().

Member Function Documentation

te::st::STDataLoaderImpl * te::st::STDataLoaderFromMemDSFactory::build ( )
protected

It returns the global object STDataSourceLoader.

Definition at line 53 of file STDataLoaderFromMemDSFactory.cpp.

void te::st::STDataLoaderFromMemDSFactory::finalize ( )
static

It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the abstract factory CachedSTDataLoader.

Definition at line 41 of file STDataLoaderFromMemDSFactory.cpp.

References sm_factory.

Referenced by te::st::Module::finalize(), and initialize().

const std::string & te::st::STDataLoaderFromMemDSFactory::getType ( ) const

It returns the type of the factory.

Definition at line 48 of file STDataLoaderFromMemDSFactory.cpp.

References te::st::Globals::sm_loaderFromMemDSIdentifier.

void te::st::STDataLoaderFromMemDSFactory::initialize ( )
static

It initializes the factory: the singleton instance will be registered in the abstract factory CachedSTDataLoader.

Definition at line 35 of file STDataLoaderFromMemDSFactory.cpp.

References finalize(), sm_factory, and STDataLoaderFromMemDSFactory().

Referenced by te::st::Module::initialize().

Member Data Documentation

te::st::STDataLoaderFromMemDSFactory * te::st::STDataLoaderFromMemDSFactory::sm_factory
staticprivate

A pointer to the global STDataLoaderFromMemDSFactory factory.

Definition at line 69 of file STDataLoaderFromMemDSFactory.h.

Referenced by finalize(), and initialize().


The documentation for this class was generated from the following files: