libSBML C++ API  5.20.4
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_clone()

CompartmentReference_t* CompartmentReference_clone ( CompartmentReference_t cr)

◆ CompartmentReference_create()

CompartmentReference_t* CompartmentReference_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ CompartmentReference_free()

void CompartmentReference_free ( CompartmentReference_t cr)

◆ CompartmentReference_getCompartment()

char* CompartmentReference_getCompartment ( CompartmentReference_t cr)

◆ CompartmentReference_getId()

char* CompartmentReference_getId ( CompartmentReference_t cr)

◆ CompartmentReference_getName()

char* CompartmentReference_getName ( CompartmentReference_t cr)

◆ CompartmentReference_hasRequiredAttributes()

int CompartmentReference_hasRequiredAttributes ( CompartmentReference_t cr)

◆ CompartmentReference_isSetCompartment()

int CompartmentReference_isSetCompartment ( CompartmentReference_t cr)

◆ CompartmentReference_isSetId()

int CompartmentReference_isSetId ( CompartmentReference_t cr)

◆ CompartmentReference_isSetName()

int CompartmentReference_isSetName ( CompartmentReference_t cr)

◆ CompartmentReference_setCompartment()

int CompartmentReference_setCompartment ( CompartmentReference_t cr,
const char *  compartment 
)

◆ CompartmentReference_setId()

int CompartmentReference_setId ( CompartmentReference_t cr,
const char *  id 
)

◆ CompartmentReference_setName()

int CompartmentReference_setName ( CompartmentReference_t cr,
const char *  name 
)

◆ CompartmentReference_unsetCompartment()

int CompartmentReference_unsetCompartment ( CompartmentReference_t cr)

◆ CompartmentReference_unsetId()

int CompartmentReference_unsetId ( CompartmentReference_t cr)

◆ CompartmentReference_unsetName()

int CompartmentReference_unsetName ( CompartmentReference_t cr)

◆ ListOfCompartmentReferences_getById()

CompartmentReference_t* ListOfCompartmentReferences_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfCompartmentReferences_removeById()

CompartmentReference_t* ListOfCompartmentReferences_removeById ( ListOf_t lo,
const char *  sid 
)