libSBML C API
5.18.0
|
Implementation of the fbcfwd class. More...
Macros | |
#define | CLASS_OR_STRUCT struct |
Forward declaration of all opaque C types. More... | |
Typedefs | |
typedef struct Association | Association_t |
typedef struct FbcAnd | FbcAnd_t |
typedef struct FbcAssociation | FbcAssociation_t |
typedef struct FbcOr | FbcOr_t |
typedef struct FluxBound | FluxBound_t |
typedef struct FluxObjective | FluxObjective_t |
typedef struct GeneAssociation | GeneAssociation_t |
typedef struct GeneProduct | GeneProduct_t |
typedef struct GeneProductAssociation | GeneProductAssociation_t |
typedef struct GeneProductRef | GeneProductRef_t |
typedef struct Objective | Objective_t |
Implementation of the fbcfwd class.
#define CLASS_OR_STRUCT struct |
Forward declaration of all opaque C types.
Declaring all types up-front avoids "redefinition of type Foo" compile errors and allows our combined C/C++ headers to depend minimally upon each other. Put another way, the type definitions below serve the same purpose as "class Foo;" forward declarations in C++ code.
typedef struct Association Association_t |
typedef struct FbcAnd FbcAnd_t |
typedef struct FbcAssociation FbcAssociation_t |
typedef struct FbcOr FbcOr_t |
typedef struct FluxBound FluxBound_t |
typedef struct FluxObjective FluxObjective_t |
typedef struct GeneAssociation GeneAssociation_t |
typedef struct GeneProduct GeneProduct_t |
typedef struct GeneProductAssociation GeneProductAssociation_t |
typedef struct GeneProductRef GeneProductRef_t |
typedef struct Objective Objective_t |