Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
genhash_iter Struct Reference

Data Fields

struct iterator vtable
 
struct genhash_entry *constbucket
 
struct genhash_entry *const *constend
 
const struct genhash_entryiterator
 

Detailed Description

Definition at line 96 of file genhash.c.

Field Documentation

◆ bucket

struct genhash_entry* const* genhash_iter::bucket

Definition at line 98 of file genhash.c.

◆ end

struct genhash_entry* const * const* genhash_iter::end

Definition at line 98 of file genhash.c.

◆ iterator

const struct genhash_entry* genhash_iter::iterator

Definition at line 99 of file genhash.c.

◆ vtable

struct iterator genhash_iter::vtable

Definition at line 97 of file genhash.c.