#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlPROGVERSION | rnamlProgVersion |
Rnaml structure containing the progversion informations. | |
Functions | |
rnamlProgVersion * | rnamlnewProgVersion () |
Creates a new rnamlProgVersion structure. | |
rnamlProgVersion * | rnamlcloneProgVersion (const rnamlProgVersion *progversion) |
Clones a rnamlProgVersion struture. | |
void | rnamldeleteProgVersion (rnamlProgVersion *progversion) |
Frees the rnamlProgVersion structure. | |
int | rnamlisProgVersion (const rnamlObject *obj) |
Tells wheter the object is a rnamlProgVersion. | |
int | rnamlequalsProgVersion (const rnamlProgVersion *left, const rnamlProgVersion *right) |
Tells if left and right are equals. | |
const char * | rnamlgetProgVersionValue (const rnamlProgVersion *progVersion) |
Gets the value progVersion. | |
void | rnamlsetProgVersionValue (rnamlProgVersion *progVersion, const char *value) |
Sets the progVersion value. | |
xmlcpgObject * | rnamltoXMLProgVersion (const rnamlProgVersion *progVersion) |
Translates the rnamlProgVersion structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the progversion informations.
|
|
Clones a rnamlProgVersion struture.
|
|
Frees the rnamlProgVersion structure.
|
|
Tells if left and right are equals.
|
|
Gets the value progVersion.
|
|
Tells wheter the object is a rnamlProgVersion.
|
|
Creates a new rnamlProgVersion structure.
|
|
Sets the progVersion value. The previous progVersion value is freed and a copy of value is generated.
|
|
Translates the rnamlProgVersion structure into a xmlcpgElement conforming to the RNAML standard.
|