#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "journal.h"
Compounds | |
struct | rnamlJOURNAL |
Functions | |
rnamlJournal * | rnamlnewJournal () |
Creates a new rnamlJournal structure. | |
rnamlJournal * | rnamlcloneJournal (const rnamlJournal *journal) |
Clones a rnamlJournal struture. | |
void | rnamldeleteJournal (rnamlJournal *journal) |
Frees the rnamlJournal structure. | |
int | rnamlisJournal (const rnamlObject *obj) |
Tells wheter the object is a rnamlJournal. | |
int | rnamlequalsJournal (const rnamlJournal *left, const rnamlJournal *right) |
Tells if left and right are equals. | |
const char * | rnamlgetJournalValue (const rnamlJournal *journal) |
Gets the value journal. | |
void | rnamlsetJournalValue (rnamlJournal *journal, const char *value) |
Sets the journal value. | |
xmlcpgObject * | rnamltoXMLJournal (const rnamlJournal *journal) |
Translates the rnamlJournal structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlJournal struture.
|
|
Frees the rnamlJournal structure.
|
|
Tells if left and right are equals.
|
|
Gets the value journal.
|
|
Tells wheter the object is a rnamlJournal.
|
|
Creates a new rnamlJournal structure.
|
|
Sets the journal value. The previous journal value is freed and a copy of value is generated.
|
|
Translates the rnamlJournal structure into a xmlcpgElement conforming to the RNAML standard.
|