libSBML C++ API  libSBML 5.8.0 C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CompExtension.h File Reference

Detailed Description

Definition of CompExtension, the core module of comp package.

Author
Lucian Smith
Include dependency graph for CompExtension.h:
This graph shows which files directly or indirectly include this file:

Classes

class  CompExtension
 comp The core module of the 'comp' package extension. More...
 

Macros

#define COMP_CREATE_NS(variable, sbmlns)   EXTENSION_CREATE_NS(CompPkgNamespaces,variable,sbmlns);
 

Typedefs

typedef
SBMLExtensionNamespaces
< CompExtension
CompPkgNamespaces
 

Enumerations

enum  SBMLCompTypeCode_t {
  SBML_COMP_SUBMODEL = 250,
  SBML_COMP_MODELDEFINITION = 251,
  SBML_COMP_EXTERNALMODELDEFINITION = 252,
  SBML_COMP_SBASEREF = 253,
  SBML_COMP_DELETION = 254,
  SBML_COMP_REPLACEDELEMENT = 255,
  SBML_COMP_REPLACEDBY = 256,
  SBML_COMP_PORT = 257
}
 

Macro Definition Documentation

#define COMP_CREATE_NS (   variable,
  sbmlns 
)    EXTENSION_CREATE_NS(CompPkgNamespaces,variable,sbmlns);

Typedef Documentation

Enumeration Type Documentation

Enumerator
SBML_COMP_SUBMODEL 
SBML_COMP_MODELDEFINITION 
SBML_COMP_EXTERNALMODELDEFINITION 
SBML_COMP_SBASEREF 
SBML_COMP_DELETION 
SBML_COMP_REPLACEDELEMENT 
SBML_COMP_REPLACEDBY 
SBML_COMP_PORT