#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "volume.h"
Compounds | |
struct | rnamlVOLUME |
Functions | |
rnamlVolume * | rnamlnewVolume () |
Creates a new rnamlVolume structure. | |
rnamlVolume * | rnamlcloneVolume (const rnamlVolume *volume) |
Clones a rnamlVolume struture. | |
void | rnamldeleteVolume (rnamlVolume *volume) |
Frees the rnamlVolume structure. | |
int | rnamlisVolume (const rnamlObject *obj) |
Tells wheter the object is a rnamlVolume. | |
int | rnamlequalsVolume (const rnamlVolume *left, const rnamlVolume *right) |
Tells if left and right are equals. | |
int | rnamlgetVolumeValue (const rnamlVolume *volume) |
Gets the volume value. | |
void | rnamlsetVolumeValue (rnamlVolume *volume, int value) |
Sets the volume value. | |
xmlcpgObject * | rnamltoXMLVolume (const rnamlVolume *volume) |
Translates the rnamlVolume structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlVolume struture.
|
|
Frees the rnamlVolume structure.
|
|
Tells if left and right are equals.
|
|
Gets the volume value.
|
|
Tells wheter the object is a rnamlVolume.
|
|
Creates a new rnamlVolume structure.
|
|
Sets the volume value.
|
|
Translates the rnamlVolume structure into a xmlcpgElement conforming to the RNAML standard.
|