AbstractFactory.h File Reference

A class that defines the interface of an abstract factory. More...

#include "FactoryDictionary.h"
#include "../core/Exception.h"
#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  te::common::AbstractFactory< TPRODUCT, TFACTORYKEY, TKEYCOMPARE >
 This class defines the interface of abstract factories without initializing parameters. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::common
 Namespace for the Common module of TerraLib.
 

Detailed Description

A class that defines the interface of an abstract factory.

Definition in file AbstractFactory.h.