class StorableImpl
Storable implementation. This is an implementation of the IDL interface Storage::Storable
StorableImpl-inheritance
-Public Member functions
 constructor StorableImpl()

-

Constructor. You know what a constructor is
virtual void store(Storage::ObjectState_ptr)

-

Store the given object state. The _ptr of the type means that this is a CORBA object reference, since this may be called via a remote interface
virtual void load(Storage::ObjectState_ptr)
Loads the given object state.
-Protected Member functions
virtual destructor ~StorableImpl()

-

Destructor. Note its virtuality
-Private Structs
struct Private
Private data structure
-Private Data members

-

Private data. The 'Private' type is only defined in the .cc file.