Macros to enable the easy declaration of run-time selection tables. More...
#include <OpenFOAM/runTimeSelectionTables.H>
Macros to enable the easy declaration of run-time selection tables.
declareRunTimeSelectionTable is used to create a run-time selection table for a base-class which holds constructor pointers on the table.
declareRunTimeNewSelectionTable is used to create a run-time selection table for a derived-class which holds "New" pointers on the table.