#include "path.h"
#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlDATABASEENTRY | rnamlDataBaseEntry |
Rnaml structure containing the databaseentry informations. | |
Functions | |
rnamlDataBaseEntry * | rnamlnewDataBaseEntry () |
Creates a new rnamlDataBaseEntry structure. | |
rnamlDataBaseEntry * | rnamlcloneDataBaseEntry (const rnamlDataBaseEntry *databaseentry) |
Clones a rnamlDataBaseEntry struture. | |
void | rnamldeleteDataBaseEntry (rnamlDataBaseEntry *databaseentry) |
Frees the rnamlDataBaseEntry structure. | |
int | rnamlisDataBaseEntry (const rnamlObject *obj) |
Tells wheter the object is a rnamlDataBaseEntry. | |
int | rnamlequalsDataBaseEntry (const rnamlDataBaseEntry *left, const rnamlDataBaseEntry *right) |
Tells if left and right are equals. | |
const char * | rnamlgetDataBaseEntryId (const rnamlDataBaseEntry *dataBaseEntry) |
Gets the dataBaseEntry id. | |
void | rnamlsetDataBaseEntryId (rnamlDataBaseEntry *dataBaseEntry, const char *id) |
Sets the dataBaseEntry id. | |
const char * | rnamlgetDataBaseEntryDataBase (const rnamlDataBaseEntry *dataBaseEntry) |
Gets the dataBase from the dataBaseEntry. | |
void | rnamlsetDataBaseEntryDataBase (rnamlDataBaseEntry *dataBaseEntry, const char *dataBase) |
Sets the dataBaseEntry dataBase. | |
const char * | rnamlgetDataBaseEntryEntry (const rnamlDataBaseEntry *dataBaseEntry) |
Gets the entry from the dataBaseEntry. | |
void | rnamlsetDataBaseEntryEntry (rnamlDataBaseEntry *dataBaseEntry, const char *entry) |
Sets the dataBaseEntry entry. | |
rnamlPath * | rnamlgetDataBaseEntryPath (rnamlDataBaseEntry *dataBaseEntry) |
Gets the path from the dataBaseEntry. | |
void | rnamlsetDataBaseEntryPath (rnamlDataBaseEntry *dataBaseEntry, rnamlPath *path) |
Sets the dataBaseEntry path. | |
xmlcpgObject * | rnamltoXMLDataBaseEntry (const rnamlDataBaseEntry *dataBaseEntry) |
Translates the rnamlDataBaseEntry structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the databaseentry informations.
|
|
Clones a rnamlDataBaseEntry struture.
|
|
Frees the rnamlDataBaseEntry structure.
|
|
Tells if left and right are equals.
|
|
Gets the dataBase from the dataBaseEntry.
|
|
Gets the entry from the dataBaseEntry.
|
|
Gets the dataBaseEntry id.
|
|
Gets the path from the dataBaseEntry.
|
|
Tells wheter the object is a rnamlDataBaseEntry.
|
|
Creates a new rnamlDataBaseEntry structure.
|
|
Sets the dataBaseEntry dataBase. The previous dataBaseEntry dataBase is freed and a copy of dataBase is generated.
|
|
Sets the dataBaseEntry entry. The previous dataBaseEntry entry is freed and a copy of entry is generated.
|
|
Sets the dataBaseEntry id. The previous dataBaseEntry id is freed and a copy of id is generated.
|
|
Sets the dataBaseEntry path. The previous path info is freed
|
|
Translates the rnamlDataBaseEntry structure into a xmlcpgElement conforming to the RNAML standard.
|