#include <stdio.h>#include <stdlib.h>#include <string.h>#include "progversion.h"Compounds | |
| struct | rnamlPROGVERSION |
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. | |
|
|
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.
|
1.2.18