Overview Chapter

class IStoredObject

Constructors and Destructors
IStoredObject
~IStoredObjectDestructor.
Operations
GetClass Allow access to the IStoredClass that owns the object.
GetIndex Get the index of the object usable for array access.
Overridables
AddValue
AddValue
AddValue
AddValue
AddValue
AddValue
AddValue
AddValue
AddValue
AddValue
AddValue
AddValue
AddValueAdd data.
AddValueAdd arrays.
FireChangedEventFire an event that object has changed content.
FlushFlush the object to the storage medium.
GetValue
GetValue
GetValue
GetValue
GetValue
GetValue
GetValue
GetValue
GetValue
GetValue
GetValue
GetValueRetrieve data.
GetValueReferences are always reference arrays.
GetValueGet arrays.
HasValueCheck wether a certain value is present.
ReAllocateRestart the object, free and reallocate the content.
RefreshReload a Flushed object and fill in its content.
ReleaseRelease the object and its content.
SetValue
SetValue
SetValue
SetValue
SetValue
SetValue
SetValue
SetValue
SetValue
SetValue
SetValue
SetValue
SetValueModify data.
SetValueModify arrays.
   
                      
Data Members
   
protected
int m_ObjectIndex;The unique index of the object within its class.
IStoredClass* m_pStoredClass;An object needs information from the class.