libSBML C++ API
5.20.4
|
: Implementation of the SpeciesTypeComponentIndex class More...
: Implementation of the SpeciesTypeComponentIndex class
SpeciesTypeComponentIndex_t* ListOfSpeciesTypeComponentIndexes_getById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
SpeciesTypeComponentIndex_t* ListOfSpeciesTypeComponentIndexes_removeById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
SpeciesTypeComponentIndex_t* SpeciesTypeComponentIndex_clone | ( | SpeciesTypeComponentIndex_t * | stci | ) |
SpeciesTypeComponentIndex_t* SpeciesTypeComponentIndex_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void SpeciesTypeComponentIndex_free | ( | SpeciesTypeComponentIndex_t * | stci | ) |
char* SpeciesTypeComponentIndex_getComponent | ( | SpeciesTypeComponentIndex_t * | stci | ) |
char* SpeciesTypeComponentIndex_getId | ( | SpeciesTypeComponentIndex_t * | stci | ) |
char* SpeciesTypeComponentIndex_getIdentifyingParent | ( | SpeciesTypeComponentIndex_t * | stci | ) |
char* SpeciesTypeComponentIndex_getName | ( | SpeciesTypeComponentIndex_t * | cr | ) |
int SpeciesTypeComponentIndex_hasRequiredAttributes | ( | SpeciesTypeComponentIndex_t * | stci | ) |
int SpeciesTypeComponentIndex_isSetComponent | ( | SpeciesTypeComponentIndex_t * | stci | ) |
int SpeciesTypeComponentIndex_isSetId | ( | SpeciesTypeComponentIndex_t * | stci | ) |
int SpeciesTypeComponentIndex_isSetIdentifyingParent | ( | SpeciesTypeComponentIndex_t * | stci | ) |
int SpeciesTypeComponentIndex_isSetName | ( | SpeciesTypeComponentIndex_t * | cr | ) |
int SpeciesTypeComponentIndex_setComponent | ( | SpeciesTypeComponentIndex_t * | stci, |
const char * | component | ||
) |
int SpeciesTypeComponentIndex_setId | ( | SpeciesTypeComponentIndex_t * | stci, |
const char * | id | ||
) |
int SpeciesTypeComponentIndex_setIdentifyingParent | ( | SpeciesTypeComponentIndex_t * | stci, |
const char * | identifyingParent | ||
) |
int SpeciesTypeComponentIndex_setName | ( | SpeciesTypeComponentIndex_t * | cr, |
const char * | name | ||
) |
int SpeciesTypeComponentIndex_unsetComponent | ( | SpeciesTypeComponentIndex_t * | stci | ) |
int SpeciesTypeComponentIndex_unsetId | ( | SpeciesTypeComponentIndex_t * | stci | ) |
int SpeciesTypeComponentIndex_unsetIdentifyingParent | ( | SpeciesTypeComponentIndex_t * | stci | ) |
int SpeciesTypeComponentIndex_unsetName | ( | SpeciesTypeComponentIndex_t * | cr | ) |