libSBML C++ API  5.11.0
fbcfwd.h File Reference

SBML FBC C structure declarations. More...

This graph shows which files directly or indirectly include this file:

Macros

#define CLASS_OR_STRUCT   class
 Forward declaration of all opaque C types. More...
 

Typedefs

typedef class Association Association_t
 
typedef class FluxBound FluxBound_t
 
typedef class FluxObjective FluxObjective_t
 
typedef class GeneAssociation GeneAssociation_t
 
typedef class Objective Objective_t
 

Detailed Description

SBML FBC C structure declarations.

Author
Frank T. Bergmann

Macro Definition Documentation

#define CLASS_OR_STRUCT   class

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 Documentation

typedef class Association Association_t
typedef class FluxBound FluxBound_t
typedef class Objective Objective_t