#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "basepairid.h"
Compounds | |
struct | rnamlBASEPAIRID |
Functions | |
rnamlBasePairId * | rnamlnewBasePairId () |
Creates a new rnamlBasePairId structure. | |
rnamlBasePairId * | rnamlcloneBasePairId (const rnamlBasePairId *basePairId) |
Clones a rnamlBasePairId struture. | |
void | rnamldeleteBasePairId (rnamlBasePairId *basePairId) |
Frees the rnamlBasePairId structure. | |
int | rnamlisBasePairId (const rnamlObject *obj) |
Tells wheter the object is a rnamlBasePairId. | |
int | rnamlequalsBasePairId (const rnamlBasePairId *left, const rnamlBasePairId *right) |
Tells if left and right are equals. | |
const char * | rnamlgetBasePairIdRef (const rnamlBasePairId *basePairId) |
Gets the basePairId ref. | |
void | rnamlsetBasePairIdRef (rnamlBasePairId *basePairId, const char *ref) |
Sets the basePairId ref. | |
xmlcpgObject * | rnamltoXMLBasePairId (const rnamlBasePairId *basePairId) |
Translates the rnamlBasePairId structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlBasePairId struture.
|
|
Frees the rnamlBasePairId structure.
|
|
Tells if left and right are equals.
|
|
Gets the basePairId ref.
|
|
Tells wheter the object is a rnamlBasePairId.
|
|
Creates a new rnamlBasePairId structure.
|
|
Sets the basePairId ref. The previous basePairId ref is freed and a copy of ref is generated.
|
|
Translates the rnamlBasePairId structure into a xmlcpgElement conforming to the RNAML standard.
|