Primary template for blueprint factories. More...
#include <blueprints.hpp>
Private Member Functions | |
BluePrintFactory () | |
Default constructor that locks this class from being used directly. | |
virtual | ~BluePrintFactory () |
Primary template for blueprint factories.
This is often used as a conveniently inheritable class for mixing in static blueprint methods within the class that is being generated. Mostly for use internally within the ecl.
Definition at line 105 of file blueprints.hpp.
ecl::BluePrintFactory< Base >::BluePrintFactory | ( | ) | [inline, private] |
Default constructor that locks this class from being used directly.
Definition at line 110 of file blueprints.hpp.
virtual ecl::BluePrintFactory< Base >::~BluePrintFactory | ( | ) | [inline, private, virtual] |
Definition at line 111 of file blueprints.hpp.