libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
GblHashSetIter Struct Reference

#include <gimbal_hash_set.h>

Inheritance diagram for GblHashSetIter:
gbl::HashSetIterator< C, K >

Data Fields

struct { 
 
   GblHashSet *   pSet 
 
   size_t   bucketIdx 
 
private_ 
 

Detailed Description

Iterator structure used for iterating over GblHashSet.

See also
GblHashSet

Definition at line 60 of file gimbal_hash_set.h.

Field Documentation

◆ pSet

GblHashSet* GblHashSetIter::pSet

Definition at line 62 of file gimbal_hash_set.h.

◆ bucketIdx

size_t GblHashSetIter::bucketIdx

Definition at line 63 of file gimbal_hash_set.h.


The documentation for this struct was generated from the following file: