#include "baseid.h"
#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlBASEID3P | rnamlBaseId3p |
Rnaml structure containing the baseid3p informations. | |
Functions | |
rnamlBaseId3p * | rnamlnewBaseId3p () |
Creates a new rnamlBaseId3p structure. | |
rnamlBaseId3p * | rnamlcloneBaseId3p (const rnamlBaseId3p *baseid3p) |
Clones a rnamlBaseId3p struture. | |
void | rnamldeleteBaseId3p (rnamlBaseId3p *baseid3p) |
Frees the rnamlBaseId3p structure. | |
int | rnamlisBaseId3p (const rnamlObject *obj) |
Tells wheter the object is a rnamlBaseId3p. | |
int | rnamlequalsBaseId3p (const rnamlBaseId3p *left, const rnamlBaseId3p *right) |
Tells if left and right are equals. | |
rnamlBaseId * | rnamlgetBaseId3pBaseId (rnamlBaseId3p *baseId3p) |
Gets the baseId from the baseId3p. | |
void | rnamlsetBaseId3pBaseId (rnamlBaseId3p *baseId3p, rnamlBaseId *baseId) |
Sets the baseId3p baseId. | |
xmlcpgObject * | rnamltoXMLBaseId3p (const rnamlBaseId3p *baseId3p) |
Translates the rnamlBaseId3p structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the baseid3p informations.
|
|
Clones a rnamlBaseId3p struture.
|
|
Frees the rnamlBaseId3p structure.
|
|
Tells if left and right are equals.
|
|
Gets the baseId from the baseId3p.
|
|
Tells wheter the object is a rnamlBaseId3p.
|
|
Creates a new rnamlBaseId3p structure.
|
|
Sets the baseId3p baseId. The previous baseId info is freed
|
|
Translates the rnamlBaseId3p structure into a xmlcpgElement conforming to the RNAML standard.
|