GenericSetIter


Object Hierarchy:

GLib.GenericSetIter GLib.GenericSetIter GLib.GenericSetIter

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.


Namespace: GLib
Package: glib-2.0

Content:

Methods: