#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "baseid5p.h"
Compounds | |
struct | rnamlBASEID5P |
Functions | |
rnamlBaseId5p * | rnamlnewBaseId5p () |
Creates a new rnamlBaseId5p structure. | |
rnamlBaseId5p * | rnamlcloneBaseId5p (const rnamlBaseId5p *baseId5p) |
Clones a rnamlBaseId5p struture. | |
void | rnamldeleteBaseId5p (rnamlBaseId5p *baseId5p) |
Frees the rnamlBaseId5p structure. | |
int | rnamlisBaseId5p (const rnamlObject *obj) |
Tells wheter the object is a rnamlBaseId5p. | |
int | rnamlequalsBaseId5p (const rnamlBaseId5p *left, const rnamlBaseId5p *right) |
Tells if left and right are equals. | |
rnamlBaseId * | rnamlgetBaseId5pBaseId (rnamlBaseId5p *baseId5p) |
Gets the baseId from the baseId5p. | |
void | rnamlsetBaseId5pBaseId (rnamlBaseId5p *baseId5p, rnamlBaseId *baseId) |
Sets the baseId5p baseId. | |
xmlcpgObject * | rnamltoXMLBaseId5p (const rnamlBaseId5p *baseId5p) |
Translates the rnamlBaseId5p structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlBaseId5p struture.
|
|
Frees the rnamlBaseId5p structure.
|
|
Tells if left and right are equals.
|
|
Gets the baseId from the baseId5p.
|
|
Tells wheter the object is a rnamlBaseId5p.
|
|
Creates a new rnamlBaseId5p structure.
|
|
Sets the baseId5p baseId. The previous baseId info is freed
|
|
Translates the rnamlBaseId5p structure into a xmlcpgElement conforming to the RNAML standard.
|