#include "baseid.h"
#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlBASEID5P | rnamlBaseId5p |
Rnaml structure containing the baseid5p informations. | |
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. |
|
Rnaml structure containing the baseid5p informations.
|
|
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.
|