libSBML C++ API
5.18.0
|
Implementation of the GeneProductRef class. More...
Implementation of the GeneProductRef class.
GeneProductRef_t* GeneProductRef_clone | ( | GeneProductRef_t * | gpr | ) |
GeneProductRef_t* GeneProductRef_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void GeneProductRef_free | ( | GeneProductRef_t * | gpr | ) |
const char* GeneProductRef_getGeneProduct | ( | const GeneProductRef_t * | gpr | ) |
const char* GeneProductRef_getId | ( | const GeneProductRef_t * | gpr | ) |
const char* GeneProductRef_getName | ( | const GeneProductRef_t * | gpr | ) |
int GeneProductRef_hasRequiredAttributes | ( | const GeneProductRef_t * | gpr | ) |
int GeneProductRef_isSetGeneProduct | ( | const GeneProductRef_t * | gpr | ) |
int GeneProductRef_isSetId | ( | const GeneProductRef_t * | gpr | ) |
int GeneProductRef_isSetName | ( | const GeneProductRef_t * | gpr | ) |
int GeneProductRef_setGeneProduct | ( | GeneProductRef_t * | gpr, |
const char * | geneProduct | ||
) |
int GeneProductRef_setId | ( | GeneProductRef_t * | gpr, |
const char * | id | ||
) |
int GeneProductRef_setName | ( | GeneProductRef_t * | gpr, |
const char * | name | ||
) |
int GeneProductRef_unsetGeneProduct | ( | GeneProductRef_t * | gpr | ) |
int GeneProductRef_unsetId | ( | GeneProductRef_t * | gpr | ) |
int GeneProductRef_unsetName | ( | GeneProductRef_t * | gpr | ) |