SRGraphDataList::InvalidateIndexPosition
voidSRGraphDataList::InvalidateIndexPosition(void)
Marks the index position values as invalid
Defined in: SRGDat.cpp
Remarks
In order to speed up access to items in the data list, SRGraphDataList stores the position of the index most recently accessed. If the user directly manipulates the data list (inserting or deleting data objects) InvalidateIndexPosition() should be called so that the potentially invalid position is not used.