#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlPROGRAM | rnamlProgram |
Rnaml structure containing the program informations. | |
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. | |
xmlcpgList * | rnamlgetProgramChildren (const rnamlProgram *program) |
Gets the children from the program collection. | |
void | rnamladdProgramChild (rnamlProgram *program, rnamlObject *child) |
Adds a program child. | |
xmlcpgObject * | rnamltoXMLProgram (const rnamlProgram *program) |
Translates the rnamlProgram structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the program informations.
|
|
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.
|