#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlFILE | rnamlFile |
Rnaml structure containing the file informations. | |
Functions | |
rnamlFile * | rnamlnewFile () |
Creates a new rnamlFile structure. | |
rnamlFile * | rnamlcloneFile (const rnamlFile *file) |
Clones a rnamlFile struture. | |
void | rnamldeleteFile (rnamlFile *file) |
Frees the rnamlFile structure. | |
int | rnamlisFile (const rnamlObject *obj) |
Tells wheter the object is a rnamlFile. | |
int | rnamlequalsFile (const rnamlFile *left, const rnamlFile *right) |
Tells if left and right are equals. | |
const char * | rnamlgetFileValue (const rnamlFile *file) |
Gets the value file. | |
void | rnamlsetFileValue (rnamlFile *file, const char *value) |
Sets the file value. | |
xmlcpgObject * | rnamltoXMLFile (const rnamlFile *file) |
Translates the rnamlFile structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the file informations.
|
|
Clones a rnamlFile struture.
|
|
Frees the rnamlFile structure.
|
|
Tells if left and right are equals.
|
|
Gets the value file.
|
|
Tells wheter the object is a rnamlFile.
|
|
Creates a new rnamlFile structure.
|
|
Sets the file value. The previous file value is freed and a copy of value is generated.
|
|
Translates the rnamlFile structure into a xmlcpgElement conforming to the RNAML standard.
|