libSBML C++ API  5.20.4
SpeciesTypeComponentIndex.cpp File Reference

: Implementation of the SpeciesTypeComponentIndex class More...

Include dependency graph for SpeciesTypeComponentIndex.cpp:

Functions

SpeciesTypeComponentIndex_tListOfSpeciesTypeComponentIndexes_getById (ListOf_t *lo, const char *sid)
 
SpeciesTypeComponentIndex_tListOfSpeciesTypeComponentIndexes_removeById (ListOf_t *lo, const char *sid)
 
SpeciesTypeComponentIndex_tSpeciesTypeComponentIndex_clone (SpeciesTypeComponentIndex_t *stci)
 
SpeciesTypeComponentIndex_tSpeciesTypeComponentIndex_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)
 

Detailed Description

: Implementation of the SpeciesTypeComponentIndex class

Author
: SBMLTeam

Function Documentation

◆ ListOfSpeciesTypeComponentIndexes_getById()

SpeciesTypeComponentIndex_t* ListOfSpeciesTypeComponentIndexes_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfSpeciesTypeComponentIndexes_removeById()

SpeciesTypeComponentIndex_t* ListOfSpeciesTypeComponentIndexes_removeById ( ListOf_t lo,
const char *  sid 
)

◆ SpeciesTypeComponentIndex_clone()

SpeciesTypeComponentIndex_t* SpeciesTypeComponentIndex_clone ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_create()

SpeciesTypeComponentIndex_t* SpeciesTypeComponentIndex_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

◆ SpeciesTypeComponentIndex_free()

void SpeciesTypeComponentIndex_free ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_getComponent()

char* SpeciesTypeComponentIndex_getComponent ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_getId()

char* SpeciesTypeComponentIndex_getId ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_getIdentifyingParent()

char* SpeciesTypeComponentIndex_getIdentifyingParent ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_getName()

char* SpeciesTypeComponentIndex_getName ( SpeciesTypeComponentIndex_t cr)

◆ SpeciesTypeComponentIndex_hasRequiredAttributes()

int SpeciesTypeComponentIndex_hasRequiredAttributes ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_isSetComponent()

int SpeciesTypeComponentIndex_isSetComponent ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_isSetId()

int SpeciesTypeComponentIndex_isSetId ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_isSetIdentifyingParent()

int SpeciesTypeComponentIndex_isSetIdentifyingParent ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_isSetName()

int SpeciesTypeComponentIndex_isSetName ( SpeciesTypeComponentIndex_t cr)

◆ SpeciesTypeComponentIndex_setComponent()

int SpeciesTypeComponentIndex_setComponent ( SpeciesTypeComponentIndex_t stci,
const char *  component 
)

◆ SpeciesTypeComponentIndex_setId()

int SpeciesTypeComponentIndex_setId ( SpeciesTypeComponentIndex_t stci,
const char *  id 
)

◆ SpeciesTypeComponentIndex_setIdentifyingParent()

int SpeciesTypeComponentIndex_setIdentifyingParent ( SpeciesTypeComponentIndex_t stci,
const char *  identifyingParent 
)

◆ SpeciesTypeComponentIndex_setName()

int SpeciesTypeComponentIndex_setName ( SpeciesTypeComponentIndex_t cr,
const char *  name 
)

◆ SpeciesTypeComponentIndex_unsetComponent()

int SpeciesTypeComponentIndex_unsetComponent ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_unsetId()

int SpeciesTypeComponentIndex_unsetId ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_unsetIdentifyingParent()

int SpeciesTypeComponentIndex_unsetIdentifyingParent ( SpeciesTypeComponentIndex_t stci)

◆ SpeciesTypeComponentIndex_unsetName()

int SpeciesTypeComponentIndex_unsetName ( SpeciesTypeComponentIndex_t cr)