#include <stdio.h>#include <stdlib.h>#include <string.h>#include "helixid.h"Compounds | |
| struct | rnamlHELIXID |
Functions | |
| rnamlHelixId * | rnamlnewHelixId () |
| Creates a new rnamlHelixId structure. | |
| rnamlHelixId * | rnamlcloneHelixId (const rnamlHelixId *helixId) |
| Clones a rnamlHelixId struture. | |
| void | rnamldeleteHelixId (rnamlHelixId *helixId) |
| Frees the rnamlHelixId structure. | |
| int | rnamlisHelixId (const rnamlObject *obj) |
| Tells wheter the object is a rnamlHelixId. | |
| int | rnamlequalsHelixId (const rnamlHelixId *left, const rnamlHelixId *right) |
| Tells if left and right are equals. | |
| const char * | rnamlgetHelixIdRef (const rnamlHelixId *helixId) |
| Gets the helixId ref. | |
| void | rnamlsetHelixIdRef (rnamlHelixId *helixId, const char *ref) |
| Sets the helixId ref. | |
| xmlcpgObject * | rnamltoXMLHelixId (const rnamlHelixId *helixId) |
| Translates the rnamlHelixId structure into a xmlcpgElement conforming to the RNAML standard. | |
|
|
Clones a rnamlHelixId struture.
|
|
|
Frees the rnamlHelixId structure.
|
|
||||||||||||
|
Tells if left and right are equals.
|
|
|
Gets the helixId ref.
|
|
|
Tells wheter the object is a rnamlHelixId.
|
|
|
Creates a new rnamlHelixId structure.
|
|
||||||||||||
|
Sets the helixId ref. The previous helixId ref is freed and a copy of ref is generated.
|
|
|
Translates the rnamlHelixId structure into a xmlcpgElement conforming to the RNAML standard.
|
1.2.18