#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "length.h"
Compounds | |
struct | rnamlLENGTH |
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. |
|
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.
|