libSBML C API
libSBML 5.20.4 C API
|
Definition of ExpectedAttributes, the class allowing the specification of attributes to expect. More...
Functions | |
int | ExpectedAttributes_add (ExpectedAttributes_t *attr, const char *attribute) |
ExpectedAttributes_t * | ExpectedAttributes_clone (ExpectedAttributes_t *attr) |
ExpectedAttributes_t * | ExpectedAttributes_create () |
@_tcond_t _tdoxygenLibsbmlInternal_t | |
char * | ExpectedAttributes_get (ExpectedAttributes_t *attr, unsigned int index) |
int | ExpectedAttributes_hasAttribute (ExpectedAttributes_t *attr, const char *attribute) |
Definition of ExpectedAttributes, the class allowing the specification of attributes to expect.
int ExpectedAttributes_add | ( | ExpectedAttributes_t * | attr, |
const char * | attribute | ||
) |
ExpectedAttributes_t * ExpectedAttributes_clone | ( | ExpectedAttributes_t * | attr | ) |
ExpectedAttributes_t * ExpectedAttributes_create | ( | ) |
@_tcond_t _tdoxygenLibsbmlInternal_t
@_tcond_t _tdoxygenLibsbmlInternal_t
char * ExpectedAttributes_get | ( | ExpectedAttributes_t * | attr, |
unsigned int | index | ||
) |
int ExpectedAttributes_hasAttribute | ( | ExpectedAttributes_t * | attr, |
const char * | attribute | ||
) |