Library: Foundation
Package: Core
Header: Poco/Instantiator.h
A template class for the easy instantiation of instantiators.
For the Instantiator to work, the class of which instances are to be instantiated must have a no-argument constructor.
Direct Base Classes: AbstractInstantiator < Base >
All Base Classes: AbstractInstantiator < Base >
Member Functions: createInstance
 
 Instantiator();
Creates the Instantiator.
 
   
 virtual ~Instantiator();
Destroys the Instantiator.
 
 Base * createInstance() const;