fgen.wrapping_strategies.enum#

Wrapping strategy for enum types

The enum values are passed as integers across the Python-Fortran interface.

WrappingStrategyEnum#

class WrappingStrategyEnum(int_value_suffix='_int_value')[source]#

Bases: object

Wrapping strategy for enums

int_value_suffix: str#

Suffix to add to the variable name to indicate that this is the integer equivalent