Overview Chapter

class CStoredClass

Constructors and Destructors
CStoredClass CStoredClass
~CStoredClass ~CStoredClass
Operations
AddVarToRepository AddVarToRepository--
NewVarID NewVarID
Overridables
AddVar AddVar
FireChangedEventFire an event that the content of the class has changed.
GetVar GetVar
GetVarListExplore the list of variables.
CreateVar CreateVar
   
                      
Data Members
   
private
STOREDVAR_ID m_LastVarID;Always remember last variable ID assigned If there is a base class, new variable ID will be obtained from the base class so that m_LastVarID is never used in this case.
list< CStoredVar*> m_lVars;Keep variables in a list.