#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "program.h"
Compounds | |
struct | rnamlPROGRAM |
Functions | |
rnamlProgram * | rnamlnewProgram () |
Creates a new rnamlProgram structure. | |
rnamlProgram * | rnamlcloneProgram (const rnamlProgram *program) |
Clones a rnamlProgram struture. | |
void | rnamldeleteProgram (rnamlProgram *program) |
Frees the rnamlProgram structure. | |
int | rnamlisProgram (const rnamlObject *obj) |
Tells wheter the object is a rnamlProgram. | |
int | rnamlequalsProgram (const rnamlProgram *left, const rnamlProgram *right) |
Tells if left and right are equals. | |
void | rnamladdProgramChild (rnamlProgram *program, rnamlObject *obj) |
Adds a program child. | |
xmlcpgList * | rnamlgetProgramChildren (const rnamlProgram *program) |
Gets the children from the program collection. | |
xmlcpgObject * | rnamltoXMLProgram (const rnamlProgram *program) |
Translates the rnamlProgram structure into a xmlcpgElement conforming to the RNAML standard. |
|
Adds a program child.
|
|
Clones a rnamlProgram struture.
|
|
Frees the rnamlProgram structure.
|
|
Tells if left and right are equals.
|
|
Gets the children from the program collection.
|
|
Tells wheter the object is a rnamlProgram.
|
|
Creates a new rnamlProgram structure.
|
|
Translates the rnamlProgram structure into a xmlcpgElement conforming to the RNAML standard.
|