26 #include "../../../common/StringUtils.h"
static dictionary_type & getDictionary()
It returns a reference to the internal dictionary of concrete factories.
TFACTORY * find(const TFACTORYKEY &factoryKey) const
It looks for a given factory identified by a key.
static te::dt::DateTime d(2010, 8, 9, 15, 58, 39)
AbstractFactory(const std::string &factoryKey)
It creates the factory and automatically registers it in the dictionary.
static TPRODUCT * make(const TFACTORYKEY &factoryKey)
It creates an object with the appropriated factory.
This class represents a dictionary of factories.