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 TPRODUCT * make(const TFACTORYKEY &factoryKey)
It creates an object with the appropriated factory. 
 
This class represents a dictionary of factories.