SRGraph::GetNextData
void *SRGraph::GetNextData(POSITION&p)
Fetches SRGraphDataList objects from the m_data list
Defined in: SRGraph.cpp
Return Value
A void pointer to an SRGraphDataList-based object
Parameters
p
A valid POSITION for this list
Remarks
Used to iterate the m_data list -- You should not use a direct reference to SRGraph.m_data or SRGraph->m_data.See also...
GetFirstDataPosition, m_data