#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlLENGTH | rnamlLength |
Rnaml structure containing the length informations. | |
Functions | |
rnamlLength * | rnamlnewLength () |
Creates a new rnamlLength structure. | |
rnamlLength * | rnamlcloneLength (const rnamlLength *length) |
Clones a rnamlLength struture. | |
void | rnamldeleteLength (rnamlLength *length) |
Frees the rnamlLength structure. | |
int | rnamlisLength (const rnamlObject *obj) |
Tells wheter the object is a rnamlLength. | |
int | rnamlequalsLength (const rnamlLength *left, const rnamlLength *right) |
Tells if left and right are equals. | |
int | rnamlgetLengthValue (const rnamlLength *length) |
Gets the length value. | |
void | rnamlsetLengthValue (rnamlLength *length, int value) |
Sets the length value. | |
xmlcpgObject * | rnamltoXMLLength (const rnamlLength *length) |
Translates the rnamlLength structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the length informations.
|
|
Clones a rnamlLength struture.
|
|
Frees the rnamlLength structure.
|
|
Tells if left and right are equals.
|
|
Gets the length value.
|
|
Tells wheter the object is a rnamlLength.
|
|
Creates a new rnamlLength structure.
|
|
Sets the length value.
|
|
Translates the rnamlLength structure into a xmlcpgElement conforming to the RNAML standard.
|