GenericSetIter
Object Hierarchy:
Description:
[ Version ( since = "2.32" ) ]
[ CCode ( cname = "GHashTableIter" , has_type_id = false , lower_case_cprefix = "g_hash_table_iter_" ) ]
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.
The iteration order of a GenericSetIter over the keys/values in a hash table is not defined.
Content:
Methods:
- public unowned T next_value ()
- public void remove ()
Removes the key/value pair currently pointed to by the iterator from
its associated GenericSet.