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 :


Referenced by :