Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

converterVI Class Reference

virtual base class for converters. More...

#include <converterVI.h>

List of all members.

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.


Detailed Description

virtual base class for converters.

converters should inherits from this class.
a converter has the following methods:

Definition at line 18 of file converterVI.h.


Constructor & Destructor Documentation

converterVI::converterVI ( ) [inline]

default constructor.

Definition at line 24 of file converterVI.h.

converterVI::~converterVI ( ) [inline, virtual]

defualt destructor.

Definition at line 26 of file converterVI.h.


Member Function Documentation

void converterVI::load ( ) [inline, pure virtual]

virtual base method to load from permanent to transient.

void converterVI::save ( ) [inline, pure virtual]

virtual base method to save from transient to permanent.


The documentation for this class was generated from the following file:
Generated at Fri Aug 18 12:57:40 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000