#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "baseid3p.h"
Compounds | |
struct | rnamlBASEID3P |
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. |
|
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.
|