libSBML C++ API  5.18.0
CompartmentReference.cpp File Reference

: Implementation of the CompartmentReference class More...

Include dependency graph for CompartmentReference.cpp:

Functions

CompartmentReference_tCompartmentReference_clone (CompartmentReference_t *cr)
 
CompartmentReference_tCompartmentReference_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
void CompartmentReference_free (CompartmentReference_t *cr)
 
char * CompartmentReference_getCompartment (CompartmentReference_t *cr)
 
char * CompartmentReference_getId (CompartmentReference_t *cr)
 
char * CompartmentReference_getName (CompartmentReference_t *cr)
 
int CompartmentReference_hasRequiredAttributes (CompartmentReference_t *cr)
 
int CompartmentReference_isSetCompartment (CompartmentReference_t *cr)
 
int CompartmentReference_isSetId (CompartmentReference_t *cr)
 
int CompartmentReference_isSetName (CompartmentReference_t *cr)
 
int CompartmentReference_setCompartment (CompartmentReference_t *cr, const char *compartment)
 
int CompartmentReference_setId (CompartmentReference_t *cr, const char *id)
 
int CompartmentReference_setName (CompartmentReference_t *cr, const char *name)
 
int CompartmentReference_unsetCompartment (CompartmentReference_t *cr)
 
int CompartmentReference_unsetId (CompartmentReference_t *cr)
 
int CompartmentReference_unsetName (CompartmentReference_t *cr)
 
CompartmentReference_tListOfCompartmentReferences_getById (ListOf_t *lo, const char *sid)
 
CompartmentReference_tListOfCompartmentReferences_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

: Implementation of the CompartmentReference class

Author
: SBMLTeam

Function Documentation

CompartmentReference_t* CompartmentReference_clone ( CompartmentReference_t cr)
CompartmentReference_t* CompartmentReference_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)
void CompartmentReference_free ( CompartmentReference_t cr)
char* CompartmentReference_getCompartment ( CompartmentReference_t cr)
char* CompartmentReference_getId ( CompartmentReference_t cr)
char* CompartmentReference_getName ( CompartmentReference_t cr)
int CompartmentReference_hasRequiredAttributes ( CompartmentReference_t cr)
int CompartmentReference_isSetCompartment ( CompartmentReference_t cr)
int CompartmentReference_isSetId ( CompartmentReference_t cr)
int CompartmentReference_isSetName ( CompartmentReference_t cr)
int CompartmentReference_setCompartment ( CompartmentReference_t cr,
const char *  compartment 
)
int CompartmentReference_setId ( CompartmentReference_t cr,
const char *  id 
)
int CompartmentReference_setName ( CompartmentReference_t cr,
const char *  name 
)
int CompartmentReference_unsetCompartment ( CompartmentReference_t cr)
int CompartmentReference_unsetId ( CompartmentReference_t cr)
int CompartmentReference_unsetName ( CompartmentReference_t cr)
CompartmentReference_t* ListOfCompartmentReferences_getById ( ListOf_t lo,
const char *  sid 
)
CompartmentReference_t* ListOfCompartmentReferences_removeById ( ListOf_t lo,
const char *  sid 
)