#include <converterVI.h>
Public Methods | |
| converterVI () | |
| default constructor. | |
| virtual | ~converterVI () |
| defualt destructor. | |
| virtual void | load () = 0 |
| virtual base method to load from permanent to transient. | |
| virtual void | save () = 0 |
| virtual base method to save from transient to permanent. | |
converters should inherits from this class.
a converter has the following methods:
load() to load the persistent data into transient data. save() to save the transient data into persistency.
Definition at line 18 of file converterVI.h.
|
|
|
virtual base method to load from permanent to transient.
|
virtual base method to save from transient to permanent.
1.1.3 written by Dimitri van Heesch,
© 1997-2000