libSBML C++ API
5.20.4
|
Implementation of the KeyValuePair class. More...
Implementation of the KeyValuePair class.
KeyValuePair_t* KeyValuePair_clone | ( | const KeyValuePair_t * | kvp | ) |
KeyValuePair_t* KeyValuePair_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
void KeyValuePair_free | ( | KeyValuePair_t * | kvp | ) |
char* KeyValuePair_getId | ( | const KeyValuePair_t * | kvp | ) |
char* KeyValuePair_getKey | ( | const KeyValuePair_t * | kvp | ) |
char* KeyValuePair_getName | ( | const KeyValuePair_t * | kvp | ) |
char* KeyValuePair_getUri | ( | const KeyValuePair_t * | kvp | ) |
char* KeyValuePair_getValue | ( | const KeyValuePair_t * | kvp | ) |
int KeyValuePair_hasRequiredAttributes | ( | const KeyValuePair_t * | kvp | ) |
int KeyValuePair_isSetId | ( | const KeyValuePair_t * | kvp | ) |
int KeyValuePair_isSetKey | ( | const KeyValuePair_t * | kvp | ) |
int KeyValuePair_isSetName | ( | const KeyValuePair_t * | kvp | ) |
int KeyValuePair_isSetUri | ( | const KeyValuePair_t * | kvp | ) |
int KeyValuePair_isSetValue | ( | const KeyValuePair_t * | kvp | ) |
int KeyValuePair_setId | ( | KeyValuePair_t * | kvp, |
const char * | id | ||
) |
int KeyValuePair_setKey | ( | KeyValuePair_t * | kvp, |
const char * | key | ||
) |
int KeyValuePair_setName | ( | KeyValuePair_t * | kvp, |
const char * | name | ||
) |
int KeyValuePair_setUri | ( | KeyValuePair_t * | kvp, |
const char * | uri | ||
) |
int KeyValuePair_setValue | ( | KeyValuePair_t * | kvp, |
const char * | value | ||
) |
int KeyValuePair_unsetId | ( | KeyValuePair_t * | kvp | ) |
int KeyValuePair_unsetKey | ( | KeyValuePair_t * | kvp | ) |
int KeyValuePair_unsetName | ( | KeyValuePair_t * | kvp | ) |
int KeyValuePair_unsetUri | ( | KeyValuePair_t * | kvp | ) |
int KeyValuePair_unsetValue | ( | KeyValuePair_t * | kvp | ) |