#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "seqdata.h"
Compounds | |
struct | rnamlSEQDATA |
Functions | |
rnamlSeqData * | rnamlnewSeqData () |
Creates a new rnamlSeqData structure. | |
rnamlSeqData * | rnamlcloneSeqData (const rnamlSeqData *seqData) |
Clones a rnamlSeqData struture. | |
void | rnamldeleteSeqData (rnamlSeqData *seqData) |
Frees the rnamlSeqData structure. | |
int | rnamlisSeqData (const rnamlObject *obj) |
Tells wheter the object is a rnamlSeqData. | |
int | rnamlequalsSeqData (const rnamlSeqData *left, const rnamlSeqData *right) |
Tells if left and right are equals. | |
const char * | rnamlgetSeqDataValue (const rnamlSeqData *seqData) |
Gets the value seqData. | |
void | rnamlsetSeqDataValue (rnamlSeqData *seqData, const char *value) |
Sets the seqData value. | |
xmlcpgObject * | rnamltoXMLSeqData (const rnamlSeqData *seqData) |
Translates the rnamlSeqData structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlSeqData struture.
|
|
Frees the rnamlSeqData structure.
|
|
Tells if left and right are equals.
|
|
Gets the value seqData.
|
|
Tells wheter the object is a rnamlSeqData.
|
|
Creates a new rnamlSeqData structure.
|
|
Sets the seqData value. The previous seqData value is freed and a copy of value is generated.
|
|
Translates the rnamlSeqData structure into a xmlcpgElement conforming to the RNAML standard.
|