#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlISSUE | rnamlIssue |
Rnaml structure containing the issue informations. | |
Functions | |
rnamlIssue * | rnamlnewIssue () |
Creates a new rnamlIssue structure. | |
rnamlIssue * | rnamlcloneIssue (const rnamlIssue *issue) |
Clones a rnamlIssue struture. | |
void | rnamldeleteIssue (rnamlIssue *issue) |
Frees the rnamlIssue structure. | |
int | rnamlisIssue (const rnamlObject *obj) |
Tells wheter the object is a rnamlIssue. | |
int | rnamlequalsIssue (const rnamlIssue *left, const rnamlIssue *right) |
Tells if left and right are equals. | |
int | rnamlgetIssueValue (const rnamlIssue *issue) |
Gets the issue value. | |
void | rnamlsetIssueValue (rnamlIssue *issue, int value) |
Sets the issue value. | |
xmlcpgObject * | rnamltoXMLIssue (const rnamlIssue *issue) |
Translates the rnamlIssue structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the issue informations.
|
|
Clones a rnamlIssue struture.
|
|
Frees the rnamlIssue structure.
|
|
Tells if left and right are equals.
|
|
Gets the issue value.
|
|
Tells wheter the object is a rnamlIssue.
|
|
Creates a new rnamlIssue structure.
|
|
Sets the issue value.
|
|
Translates the rnamlIssue structure into a xmlcpgElement conforming to the RNAML standard.
|