#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "alignmentid.h"
Compounds | |
struct | rnamlALIGNMENTID |
Functions | |
rnamlAlignmentId * | rnamlnewAlignmentId () |
Creates a new rnamlAlignmentId structure. | |
rnamlAlignmentId * | rnamlcloneAlignmentId (const rnamlAlignmentId *alignmentId) |
Clones a rnamlAlignmentId struture. | |
void | rnamldeleteAlignmentId (rnamlAlignmentId *alignmentId) |
Frees the rnamlAlignmentId structure. | |
int | rnamlisAlignmentId (const rnamlObject *obj) |
Tells wheter the object is a rnamlAlignmentId. | |
int | rnamlequalsAlignmentId (const rnamlAlignmentId *left, const rnamlAlignmentId *right) |
Tells if left and right are equals. | |
const char * | rnamlgetAlignmentIdRef (const rnamlAlignmentId *alignmentId) |
Gets the alignmentId ref. | |
void | rnamlsetAlignmentIdRef (rnamlAlignmentId *alignmentId, const char *ref) |
Sets the alignmentId ref. | |
xmlcpgObject * | rnamltoXMLAlignmentId (const rnamlAlignmentId *alignmentId) |
Translates the rnamlAlignmentId structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlAlignmentId struture.
|
|
Frees the rnamlAlignmentId structure.
|
|
Tells if left and right are equals.
|
|
Gets the alignmentId ref.
|
|
Tells wheter the object is a rnamlAlignmentId.
|
|
Creates a new rnamlAlignmentId structure.
|
|
Sets the alignmentId ref. The previous alignmentId ref is freed and a copy of ref is generated.
|
|
Translates the rnamlAlignmentId structure into a xmlcpgElement conforming to the RNAML standard.
|