Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
IntegratorRegistryEntry Struct Reference

Entry stored by the registry. More...

#include <integrator_registry.h>

Collaboration diagram for IntegratorRegistryEntry:

Public Attributes

char name [32]
 
IntegratorCreateFn create
 

Detailed Description

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.

Member Data Documentation

◆ create

IntegratorCreateFn IntegratorRegistryEntry::create

Factory callback.

◆ name

char IntegratorRegistryEntry::name[32]

Integrator identifier.


The documentation for this struct was generated from the following file: