Interface for objects to be stored on a Storage. More...
#include <Storable.hxx>
Public Member Functions | |
virtual | ~Storable () |
Interface for objects to be stored on a Storage.
Subclasses of this abstract class define interfaces needed to store objects on each Storage subclasses.
All common queries about storability must be defined here as virtual functions.
Definition at line 45 of file Storable.hxx.
virtual CLAM::Storable::~Storable | ( | ) | [inline, virtual] |
Definition at line 49 of file Storable.hxx.