class StorableImpl
StorableImpl-inheritance ../interface/Scopes/Storage/Storable.html
Storable implementation. This is an implementation of the IDL interface Storage::Storable
Public Member functions Summary:
 constructor StorableImpl()
Constructor.
virtual void store(Storage::ObjectState)
Store the given object state.
virtual void load(Storage::ObjectState)
Loads the given object state.
Protected Member functions Summary:
virtual destructor ~StorableImpl()
Destructor.
Private Data members Summary:
Private _m
Private data.
Public Member function Details:
 constructor StorableImpl()
Constructor. You know what a constructor is
virtual void store(Storage::ObjectState)
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)
Loads the given object state.
Protected Member function Details:
virtual destructor ~StorableImpl()
Destructor. Note its virtuality
Private Data member Details:
Private _m
Private data. The 'Private' type is only defined in the .cc file.