libSBML C++ API  5.18.0
SpeciesTypeInstance.cpp File Reference

: Implementation of the SpeciesTypeInstance class More...

Include dependency graph for SpeciesTypeInstance.cpp:

Functions

SpeciesTypeInstance_tListOfSpeciesTypeInstances_getById (ListOf_t *lo, const char *sid)
 
SpeciesTypeInstance_tListOfSpeciesTypeInstances_removeById (ListOf_t *lo, const char *sid)
 
SpeciesTypeInstance_tSpeciesTypeInstance_clone (SpeciesTypeInstance_t *sti)
 
SpeciesTypeInstance_tSpeciesTypeInstance_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
void SpeciesTypeInstance_free (SpeciesTypeInstance_t *sti)
 
char * SpeciesTypeInstance_getCompartmentReference (SpeciesTypeInstance_t *sti)
 
char * SpeciesTypeInstance_getId (SpeciesTypeInstance_t *sti)
 
char * SpeciesTypeInstance_getName (SpeciesTypeInstance_t *sti)
 
char * SpeciesTypeInstance_getSpeciesType (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_hasRequiredAttributes (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_isSetCompartmentReference (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_isSetId (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_isSetName (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_isSetSpeciesType (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_setCompartmentReference (SpeciesTypeInstance_t *sti, const char *compartmentReference)
 
int SpeciesTypeInstance_setId (SpeciesTypeInstance_t *sti, const char *id)
 
int SpeciesTypeInstance_setName (SpeciesTypeInstance_t *sti, const char *name)
 
int SpeciesTypeInstance_setSpeciesType (SpeciesTypeInstance_t *sti, const char *speciesType)
 
int SpeciesTypeInstance_unsetCompartmentReference (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_unsetId (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_unsetName (SpeciesTypeInstance_t *sti)
 
int SpeciesTypeInstance_unsetSpeciesType (SpeciesTypeInstance_t *sti)
 

Detailed Description

: Implementation of the SpeciesTypeInstance class

Author
: SBMLTeam

Function Documentation

SpeciesTypeInstance_t* ListOfSpeciesTypeInstances_getById ( ListOf_t lo,
const char *  sid 
)
SpeciesTypeInstance_t* ListOfSpeciesTypeInstances_removeById ( ListOf_t lo,
const char *  sid 
)
SpeciesTypeInstance_t* SpeciesTypeInstance_clone ( SpeciesTypeInstance_t sti)
SpeciesTypeInstance_t* SpeciesTypeInstance_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)
void SpeciesTypeInstance_free ( SpeciesTypeInstance_t sti)
char* SpeciesTypeInstance_getCompartmentReference ( SpeciesTypeInstance_t sti)
char* SpeciesTypeInstance_getId ( SpeciesTypeInstance_t sti)
char* SpeciesTypeInstance_getName ( SpeciesTypeInstance_t sti)
char* SpeciesTypeInstance_getSpeciesType ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_hasRequiredAttributes ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_isSetCompartmentReference ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_isSetId ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_isSetName ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_isSetSpeciesType ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_setCompartmentReference ( SpeciesTypeInstance_t sti,
const char *  compartmentReference 
)
int SpeciesTypeInstance_setId ( SpeciesTypeInstance_t sti,
const char *  id 
)
int SpeciesTypeInstance_setName ( SpeciesTypeInstance_t sti,
const char *  name 
)
int SpeciesTypeInstance_setSpeciesType ( SpeciesTypeInstance_t sti,
const char *  speciesType 
)
int SpeciesTypeInstance_unsetCompartmentReference ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_unsetId ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_unsetName ( SpeciesTypeInstance_t sti)
int SpeciesTypeInstance_unsetSpeciesType ( SpeciesTypeInstance_t sti)