|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Entry stored by the registry. More...
#include <integrator_registry.h>

Public Attributes | |
| char | name [32] |
| IntegratorCreateFn | create |
Entry stored by the registry.
Names are copied into fixed-size storage and compared by their stored byte sequence. Registering an existing name replaces its factory.
| IntegratorCreateFn IntegratorRegistryEntry::create |
Factory callback.
| char IntegratorRegistryEntry::name[32] |
Integrator identifier.