NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
A factory class for runtime selection of derived classes. More...
#include <runtimeSelectionFactory.hpp>
A factory class for runtime selection of derived classes.
The RuntimeSelectionFactory
class provides a mechanism for creating and managing instances of derived classes at runtime. It allows registration of derived classes and provides methods for creating instances, accessing documentation and schemas, and retrieving a list of available options.
Base | The base class from which the derived classes inherit. |
Parameters | The template parameters for the derived classes. |
Definition at line 177 of file runtimeSelectionFactory.hpp.