#include <filewriter.h>
Inheritance diagram for GVectors::FileWriter:

Public Member Functions | |
| virtual void | write (vslevel_t level, const vv_ref_t visualvector)=0 |
| This method has to be defined by the user. | |
| virtual void GVectors::FileWriter::write | ( | vslevel_t | level, | |
| const vv_ref_t | visualvector | |||
| ) | [pure virtual] |
This method will be called by each VStoreItem in order to save its content to disk.
| level | The level the VStoreItem has in the hierarchy. | |
| visualvector | The VisualVector to be written to disk. |
Implemented in GVectors::BinaryWriter, and GVectors::XMLWriter.
1.4.7