Overview Chapter

class CStoredVarList

Constructors and Destructors
CStoredVarListConstruct.
Overridables
CountNumber of variables available.
FirstFins the first variable.
NextAfter First(), find the next variable in list.
   
                      
Data Members
   
private
list< CStoredVar*> :: iterator m_It;Iterator.
list< CStoredVar*>& m_List;Reference to list of all variables in the class.