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

◆ ListOfSpeciesTypeInstances_getById()

SpeciesTypeInstance_t* ListOfSpeciesTypeInstances_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfSpeciesTypeInstances_removeById()

SpeciesTypeInstance_t* ListOfSpeciesTypeInstances_removeById ( ListOf_t lo,
const char *  sid 
)

◆ SpeciesTypeInstance_clone()

SpeciesTypeInstance_t* SpeciesTypeInstance_clone ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_create()

SpeciesTypeInstance_t* SpeciesTypeInstance_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ SpeciesTypeInstance_free()

void SpeciesTypeInstance_free ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_getCompartmentReference()

char* SpeciesTypeInstance_getCompartmentReference ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_getId()

char* SpeciesTypeInstance_getId ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_getName()

char* SpeciesTypeInstance_getName ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_getSpeciesType()

char* SpeciesTypeInstance_getSpeciesType ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_hasRequiredAttributes()

int SpeciesTypeInstance_hasRequiredAttributes ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_isSetCompartmentReference()

int SpeciesTypeInstance_isSetCompartmentReference ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_isSetId()

int SpeciesTypeInstance_isSetId ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_isSetName()

int SpeciesTypeInstance_isSetName ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_isSetSpeciesType()

int SpeciesTypeInstance_isSetSpeciesType ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_setCompartmentReference()

int SpeciesTypeInstance_setCompartmentReference ( SpeciesTypeInstance_t sti,
const char *  compartmentReference 
)

◆ SpeciesTypeInstance_setId()

int SpeciesTypeInstance_setId ( SpeciesTypeInstance_t sti,
const char *  id 
)

◆ SpeciesTypeInstance_setName()

int SpeciesTypeInstance_setName ( SpeciesTypeInstance_t sti,
const char *  name 
)

◆ SpeciesTypeInstance_setSpeciesType()

int SpeciesTypeInstance_setSpeciesType ( SpeciesTypeInstance_t sti,
const char *  speciesType 
)

◆ SpeciesTypeInstance_unsetCompartmentReference()

int SpeciesTypeInstance_unsetCompartmentReference ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_unsetId()

int SpeciesTypeInstance_unsetId ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_unsetName()

int SpeciesTypeInstance_unsetName ( SpeciesTypeInstance_t sti)

◆ SpeciesTypeInstance_unsetSpeciesType()

int SpeciesTypeInstance_unsetSpeciesType ( SpeciesTypeInstance_t sti)