#include <stdio.h>#include <stdlib.h>#include <string.h>#include "pubmedid.h"Compounds | |
| struct | rnamlPUBMEDID |
Functions | |
| rnamlPubmedId * | rnamlnewPubmedId () |
| Creates a new rnamlPubmedId structure. | |
| rnamlPubmedId * | rnamlclonePubmedId (const rnamlPubmedId *pubmedId) |
| Clones a rnamlPubmedId struture. | |
| void | rnamldeletePubmedId (rnamlPubmedId *pubmedId) |
| Frees the rnamlPubmedId structure. | |
| int | rnamlisPubmedId (const rnamlObject *obj) |
| Tells wheter the object is a rnamlPubmedId. | |
| int | rnamlequalsPubmedId (const rnamlPubmedId *left, const rnamlPubmedId *right) |
| Tells if left and right are equals. | |
| const char * | rnamlgetPubmedIdValue (const rnamlPubmedId *pubmedId) |
| Gets the value pubmedId. | |
| void | rnamlsetPubmedIdValue (rnamlPubmedId *pubmedId, const char *value) |
| Sets the pubmedId value. | |
| xmlcpgObject * | rnamltoXMLPubmedId (const rnamlPubmedId *pubmedId) |
| Translates the rnamlPubmedId structure into a xmlcpgElement conforming to the RNAML standard. | |
|
|
Clones a rnamlPubmedId struture.
|
|
|
Frees the rnamlPubmedId structure.
|
|
||||||||||||
|
Tells if left and right are equals.
|
|
|
Gets the value pubmedId.
|
|
|
Tells wheter the object is a rnamlPubmedId.
|
|
|
Creates a new rnamlPubmedId structure.
|
|
||||||||||||
|
Sets the pubmedId value. The previous pubmedId value is freed and a copy of value is generated.
|
|
|
Translates the rnamlPubmedId structure into a xmlcpgElement conforming to the RNAML standard.
|
1.2.18