Overview
![]() |
Constructors and Destructors | ||
CStoredClass | CStoredClass | |
~CStoredClass | ~CStoredClass |
Operations | ||
AddVarToRepository | AddVarToRepository-- | |
NewVarID | NewVarID |
Overridables | ||
AddVar | AddVar | |
FireChangedEvent | Fire an event that the content of the class has changed. | |
GetVar | GetVar | |
GetVarList | Explore the list of variables. | |
CreateVar | CreateVar |
Data Members | ||
private | ||
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. | ||
Keep variables in a list. |