GB_HASHTABLE_ENUM_FUNC

typedef void (*GB_HASHTABLE_ENUM_FUNC)( void *data );

This is the the type definition of the enumeration callback used by the GB.HashTable.Enum function.

The callback will receive the following parameter:
  • data is the enumerated pointer data stored in the hash table.

See also