libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_hash_set.h>
Data Fields | ||
struct { | ||
GblHashSet * pSet | ||
size_t bucketIdx | ||
} | private_ | |
Iterator structure used for iterating over GblHashSet.
Definition at line 60 of file gimbal_hash_set.h.
GblHashSet* GblHashSetIter::pSet |
Definition at line 62 of file gimbal_hash_set.h.
size_t GblHashSetIter::bucketIdx |
Definition at line 63 of file gimbal_hash_set.h.