Searched defs:HdfSListIterator (Results 1 – 1 of 1) sorted by relevance
26 struct HdfSListIterator { struct27 int stepOnNext;28 struct HdfSListNode *prev; // points to the item before the current one29 struct HdfSListNode *curr; // points to the current item (to detect item removal)