|
libSBML C++ API
5.20.5
|
: Implementation of the InSpeciesTypeBond class More...
: Implementation of the InSpeciesTypeBond class
| InSpeciesTypeBond_t * InSpeciesTypeBond_clone | ( | InSpeciesTypeBond_t * | istb | ) |
| InSpeciesTypeBond_t * InSpeciesTypeBond_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| void InSpeciesTypeBond_free | ( | InSpeciesTypeBond_t * | istb | ) |
| char * InSpeciesTypeBond_getBindingSite1 | ( | InSpeciesTypeBond_t * | istb | ) |
| char * InSpeciesTypeBond_getBindingSite2 | ( | InSpeciesTypeBond_t * | istb | ) |
| char * InSpeciesTypeBond_getId | ( | InSpeciesTypeBond_t * | istb | ) |
| char * InSpeciesTypeBond_getName | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_hasRequiredAttributes | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_isSetBindingSite1 | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_isSetBindingSite2 | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_isSetId | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_isSetName | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_setBindingSite1 | ( | InSpeciesTypeBond_t * | istb, |
| const char * | bindingSite1 | ||
| ) |
| int InSpeciesTypeBond_setBindingSite2 | ( | InSpeciesTypeBond_t * | istb, |
| const char * | bindingSite2 | ||
| ) |
| int InSpeciesTypeBond_setId | ( | InSpeciesTypeBond_t * | istb, |
| const char * | id | ||
| ) |
| int InSpeciesTypeBond_setName | ( | InSpeciesTypeBond_t * | istb, |
| const char * | name | ||
| ) |
| int InSpeciesTypeBond_unsetBindingSite1 | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_unsetBindingSite2 | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_unsetId | ( | InSpeciesTypeBond_t * | istb | ) |
| int InSpeciesTypeBond_unsetName | ( | InSpeciesTypeBond_t * | istb | ) |
| InSpeciesTypeBond_t * ListOfInSpeciesTypeBonds_getById | ( | ListOf_t * | lo, |
| const char * | sid | ||
| ) |
| InSpeciesTypeBond_t * ListOfInSpeciesTypeBonds_removeById | ( | ListOf_t * | lo, |
| const char * | sid | ||
| ) |