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