#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "moleculeid.h"
Compounds | |
struct | rnamlMOLECULEID |
Functions | |
rnamlMoleculeId * | rnamlnewMoleculeId () |
Creates a new rnamlMoleculeId structure. | |
rnamlMoleculeId * | rnamlcloneMoleculeId (const rnamlMoleculeId *moleculeId) |
Clones a rnamlMoleculeId struture. | |
void | rnamldeleteMoleculeId (rnamlMoleculeId *moleculeId) |
Frees the rnamlMoleculeId structure. | |
int | rnamlisMoleculeId (const rnamlObject *obj) |
Tells wheter the object is a rnamlMoleculeId. | |
int | rnamlequalsMoleculeId (const rnamlMoleculeId *left, const rnamlMoleculeId *right) |
Tells if left and right are equals. | |
const char * | rnamlgetMoleculeIdRef (const rnamlMoleculeId *moleculeId) |
Gets the moleculeId ref. | |
void | rnamlsetMoleculeIdRef (rnamlMoleculeId *moleculeId, const char *ref) |
Sets the moleculeId ref. | |
xmlcpgObject * | rnamltoXMLMoleculeId (const rnamlMoleculeId *moleculeId) |
Translates the rnamlMoleculeId structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlMoleculeId struture.
|
|
Frees the rnamlMoleculeId structure.
|
|
Tells if left and right are equals.
|
|
Gets the moleculeId ref.
|
|
Tells wheter the object is a rnamlMoleculeId.
|
|
Creates a new rnamlMoleculeId structure.
|
|
Sets the moleculeId ref. The previous moleculeId ref is freed and a copy of ref is generated.
|
|
Translates the rnamlMoleculeId structure into a xmlcpgElement conforming to the RNAML standard.
|