Base class with which callbacks are registered. More...
#include <OpenFOAM/CallbackRegistry.H>
Base class with which callbacks are registered.
Derive from this class and extend by adding the appropriate callback functions that loop and call the callback functions for each entry.
Definition at line 67 of file CallbackRegistry.H.
Public Member Functions | |
CallbackRegistry () | |
Construct null.
| |
virtual | ~CallbackRegistry () |
CallbackRegistry | ( | ) |
Construct null.
Definition at line 31 of file CallbackRegistry.C.
~CallbackRegistry | ( | ) | [virtual]
|
Definition at line 41 of file CallbackRegistry.C.
References forAllIter.