Path Integral Quantum Monte Carlo
Factory< CtorSignature > Class Template Reference

An abstract factory class which creates new object instances based on a string descripter and constructor signature. More...

Detailed Description

template<typename CtorSignature>
class Factory< CtorSignature >

An abstract factory class which creates new object instances based on a string descripter and constructor signature.

We use the factory method design pattern (http://en.wikipedia.org/wiki/Factory_(object-oriented_programming)) to create a new instance of an estimator object.

Design borrowed heavily from:

See also
http://www.gamedev.net/page/resources/_/technical/general-programming/creating-a-generic-object-factory-r2097

Definition at line 24 of file factory.h.


The documentation for this class was generated from the following file: