|
libSBML C++ API
5.20.5
|
Implementation of the ListOfKeyValuePairs class. More...
Functions | |
| KeyValuePair_t * | ListOfKeyValuePairs_getById (ListOf_t *lo, const char *sid) |
| KeyValuePair_t * | ListOfKeyValuePairs_getKeyValuePair (ListOf_t *lo, unsigned int n) |
| char * | ListOfKeyValuePairs_getXmlns (const ListOf_t *lo) |
| int | ListOfKeyValuePairs_isSetXmlns (const ListOf_t *lo) |
| KeyValuePair_t * | ListOfKeyValuePairs_remove (ListOf_t *lo, unsigned int n) |
| KeyValuePair_t * | ListOfKeyValuePairs_removeById (ListOf_t *lo, const char *sid) |
| int | ListOfKeyValuePairs_setXmlns (ListOf_t *lo, const char *xmlns) |
| int | ListOfKeyValuePairs_unsetXmlns (ListOf_t *lo) |
Implementation of the ListOfKeyValuePairs class.
| KeyValuePair_t * ListOfKeyValuePairs_getById | ( | ListOf_t * | lo, |
| const char * | sid | ||
| ) |
| KeyValuePair_t * ListOfKeyValuePairs_getKeyValuePair | ( | ListOf_t * | lo, |
| unsigned int | n | ||
| ) |
| char * ListOfKeyValuePairs_getXmlns | ( | const ListOf_t * | lo | ) |
| int ListOfKeyValuePairs_isSetXmlns | ( | const ListOf_t * | lo | ) |
| KeyValuePair_t * ListOfKeyValuePairs_remove | ( | ListOf_t * | lo, |
| unsigned int | n | ||
| ) |
| KeyValuePair_t * ListOfKeyValuePairs_removeById | ( | ListOf_t * | lo, |
| const char * | sid | ||
| ) |
| int ListOfKeyValuePairs_setXmlns | ( | ListOf_t * | lo, |
| const char * | xmlns | ||
| ) |
| int ListOfKeyValuePairs_unsetXmlns | ( | ListOf_t * | lo | ) |