ReactorFactory.h Source File#
ReactorFactory.h
Go to the documentation of this file.
File contains the FactoryBase class declarations.
Factory class that supports registering functions to create objects.
Definition FactoryBase.h:69
void deleteFactory() override
Virtual abstract function that deletes the factory.
Definition ReactorFactory.cpp:63
shared_ptr< ReactorBase > newReactor3(const string &model)
Create a Reactor object of the specified type.
Definition ReactorFactory.cpp:74
shared_ptr< ReactorBase > newReactor(const string &model)
Create a Reactor object of the specified type.
Definition ReactorFactory.cpp:69
Generated by