A class that defines the basic interface of an abstract factory that makes use of parameters to construct the objects. More...
#include "FactoryDictionary.h"Go to the source code of this file.
Classes | |
| class | te::common::ParameterizedAbstractFactory< TPRODUCT, TFACTORYKEY, TPARAM, TKEYCOMPARE > |
| This class defines the basic interface of an abstract factory that makes use of parameters to construct the objects. More... | |
Namespaces | |
| namespace | te |
| TerraLib. | |
| namespace | te::common |
| Namespace for the Common module of TerraLib. | |
A class that defines the basic interface of an abstract factory that makes use of parameters to construct the objects.
Definition in file ParameterizedAbstractFactory.h.