libSBML C API  libSBML 5.8.0 C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Deletion.h File Reference

Detailed Description

Definition of Deletion, the SBase derived class of deletions package.

Author
Lucian Smith
Include dependency graph for Deletion.h:
This graph shows which files directly or indirectly include this file:

Functions

Deletion_t * Deletion_clone (Deletion_t *d)
 
Deletion_t * Deletion_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 
void Deletion_free (Deletion_t *d)
 
char * Deletion_getId (Deletion_t *d)
 
char * Deletion_getName (Deletion_t *d)
 
int Deletion_hasRequiredAttributes (Deletion_t *d)
 
int Deletion_isSetId (Deletion_t *d)
 
int Deletion_isSetName (Deletion_t *d)
 
int Deletion_setId (Deletion_t *d, const char *id)
 
int Deletion_setName (Deletion_t *d, const char *name)
 
int Deletion_unsetId (Deletion_t *d)
 
int Deletion_unsetName (Deletion_t *d)
 
Deletion_t * ListOfDeletions_getById (ListOf_t *lo, const char *sid)
 
Deletion_t * ListOfDeletions_removeById (ListOf_t *lo, const char *sid)
 

Function Documentation

Deletion_t* Deletion_clone ( Deletion_t *  d)
Deletion_t* Deletion_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)
void Deletion_free ( Deletion_t *  d)
char* Deletion_getId ( Deletion_t *  d)
char* Deletion_getName ( Deletion_t *  d)
int Deletion_hasRequiredAttributes ( Deletion_t *  d)
int Deletion_isSetId ( Deletion_t *  d)
int Deletion_isSetName ( Deletion_t *  d)
int Deletion_setId ( Deletion_t *  d,
const char *  id 
)
int Deletion_setName ( Deletion_t *  d,
const char *  name 
)
int Deletion_unsetId ( Deletion_t *  d)
int Deletion_unsetName ( Deletion_t *  d)
Deletion_t* ListOfDeletions_getById ( ListOf_t *  lo,
const char *  sid 
)
Deletion_t* ListOfDeletions_removeById ( ListOf_t *  lo,
const char *  sid 
)