#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pcdata.h"
Compounds | |
struct | rnamlPCDATA |
Functions | |
rnamlPcData * | rnamlnewPcData () |
Creates a new rnamlPcData structure. | |
rnamlPcData * | rnamlclonePcData (const rnamlPcData *pcData) |
Clones a rnamlPcData struture. | |
void | rnamldeletePcData (rnamlPcData *pcData) |
Frees the rnamlPcData structure. | |
int | rnamlisPcData (const rnamlObject *obj) |
Tells wheter the object is a rnamlPcData. | |
int | rnamlequalsPcData (const rnamlPcData *left, const rnamlPcData *right) |
Tells if left and right are equals. | |
const char * | rnamlgetPcDataValue (const rnamlPcData *pcData) |
Gets the value pcData. | |
void | rnamlsetPcDataValue (rnamlPcData *pcData, const char *value) |
Sets the pcData value. | |
xmlcpgObject * | rnamltoXMLPcData (const rnamlPcData *pcData) |
Translates the rnamlPcData structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlPcData struture.
|
|
Frees the rnamlPcData structure.
|
|
Tells if left and right are equals.
|
|
Gets the value pcData.
|
|
Tells wheter the object is a rnamlPcData.
|
|
Creates a new rnamlPcData structure.
|
|
Sets the pcData value. The previous pcData value is freed and a copy of value is generated.
|
|
Translates the rnamlPcData structure into a xmlcpgElement conforming to the RNAML standard.
|