#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlEND | rnamlEnd |
Rnaml structure containing the end informations. | |
Functions | |
rnamlEnd * | rnamlnewEnd () |
Creates a new rnamlEnd structure. | |
rnamlEnd * | rnamlcloneEnd (const rnamlEnd *end) |
Clones a rnamlEnd struture. | |
void | rnamldeleteEnd (rnamlEnd *end) |
Frees the rnamlEnd structure. | |
int | rnamlisEnd (const rnamlObject *obj) |
Tells wheter the object is a rnamlEnd. | |
int | rnamlequalsEnd (const rnamlEnd *left, const rnamlEnd *right) |
Tells if left and right are equals. | |
int | rnamlgetEndValue (const rnamlEnd *end) |
Gets the end value. | |
void | rnamlsetEndValue (rnamlEnd *end, int value) |
Sets the end value. | |
xmlcpgObject * | rnamltoXMLEnd (const rnamlEnd *end) |
Translates the rnamlEnd structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the end informations.
|
|
Clones a rnamlEnd struture.
|
|
Frees the rnamlEnd structure.
|
|
Tells if left and right are equals.
|
|
Gets the end value.
|
|
Tells wheter the object is a rnamlEnd.
|
|
Creates a new rnamlEnd structure.
|
|
Sets the end value.
|
|
Translates the rnamlEnd structure into a xmlcpgElement conforming to the RNAML standard.
|