#include "object.h"#include "xmlcpg.h"Go to the source code of this file.
Typedefs | |
| typedef rnamlMOLECULEID | rnamlMoleculeId |
| Rnaml structure containing the moleculeid informations. | |
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. | |
|
|
Rnaml structure containing the moleculeid informations.
|
|
|
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.
|
1.2.18