Overview Chapter

class CStoredClassList

Constructors and Destructors
CStoredClassListConstructor.
Overridables
CountHow many are there?
FirstRetrieve first element.
NextContinously get next.
   
                      
Data Members
   
private
vector< IStoredClass*> :: const_iterator m_It;Iterator for First() and Next().
const vector< IStoredClass*>& m_List;Reference to the list of classes.