GenericSetIter
Object Hierarchy:
Description:
public struct GenericSetIter<T>
A GHashTableIter structure represents an iterator that can be used to iterate over the elements of a
GenericSet.
GHashTableIter structures are typically allocated on the stack and then initialized with
HashTableIter.
Content:
Methods:
- public weak T next_value ()
- public void remove ()
Removes the key/value pair currently pointed to by the iterator from
its associated GenericSet.