#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlSEQDATA | rnamlSeqData |
Rnaml structure containing the seqdata informations. | |
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. |
|
Rnaml structure containing the seqdata informations.
|
|
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.
|