libSBML C API
libSBML 5.8.0 C API
Main Page
Related Pages
Core libSBML
Level 3 Extensions
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
Macros
CompValidator.cpp File Reference
Include dependency graph for CompValidator.cpp:
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
Macros
#define
ACCEPT_COMP
(x, vv)
Macro Definition Documentation
#define ACCEPT_COMP
(
x,
vv
)
Value:
{\
CompSBasePlugin *plugin = static_cast <
CompSBasePlugin
*>((x)->getPlugin(
"comp"
));\
if (plugin != NULL) plugin->acceptComp(vv);\
}
CompSBasePlugin
Implementation of the 'comp' package extention to the SBase construct.
Visit
SBML.org
for more information about SBML and libSBML.