|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Operator registry storing owned operator instances. More...
#include <operator.h>

Public Attributes | |
| SimOperator * | records |
| size_t | count |
| size_t | capacity |
Operator registry storing owned operator instances.
| size_t SimOperatorRegistry::capacity |
Allocated capacity.
| size_t SimOperatorRegistry::count |
Number of active operators.
| SimOperator* SimOperatorRegistry::records |
Contiguous operator array.