#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "progname.h"
Compounds | |
struct | rnamlPROGNAME |
Functions | |
rnamlProgName * | rnamlnewProgName () |
Creates a new rnamlProgName structure. | |
rnamlProgName * | rnamlcloneProgName (const rnamlProgName *progName) |
Clones a rnamlProgName struture. | |
void | rnamldeleteProgName (rnamlProgName *progName) |
Frees the rnamlProgName structure. | |
int | rnamlisProgName (const rnamlObject *obj) |
Tells wheter the object is a rnamlProgName. | |
int | rnamlequalsProgName (const rnamlProgName *left, const rnamlProgName *right) |
Tells if left and right are equals. | |
const char * | rnamlgetProgNameValue (const rnamlProgName *progName) |
Gets the value progName. | |
void | rnamlsetProgNameValue (rnamlProgName *progName, const char *value) |
Sets the progName value. | |
xmlcpgObject * | rnamltoXMLProgName (const rnamlProgName *progName) |
Translates the rnamlProgName structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlProgName struture.
|
|
Frees the rnamlProgName structure.
|
|
Tells if left and right are equals.
|
|
Gets the value progName.
|
|
Tells wheter the object is a rnamlProgName.
|
|
Creates a new rnamlProgName structure.
|
|
Sets the progName value. The previous progName value is freed and a copy of value is generated.
|
|
Translates the rnamlProgName structure into a xmlcpgElement conforming to the RNAML standard.
|