Freeciv21
Develop your civilization from humble roots to a global empire
genhash_iter Struct Reference
+ Collaboration diagram for genhash_iter:

Public Attributes

struct iterator vtable
 
struct genhash_entry *const * bucket
 
struct genhash_entry *const *const * end
 
const struct genhash_entryiterator
 

Detailed Description

Definition at line 92 of file genhash.cpp.

Member Data Documentation

◆ bucket

struct genhash_entry* const* genhash_iter::bucket

Definition at line 94 of file genhash.cpp.

Referenced by genhash_iter_init_common(), genhash_iter_next(), and genhash_iter_valid().

◆ end

struct genhash_entry* const * const* genhash_iter::end

Definition at line 94 of file genhash.cpp.

Referenced by genhash_iter_init_common(), genhash_iter_next(), and genhash_iter_valid().

◆ iterator

const struct genhash_entry* genhash_iter::iterator

◆ vtable

struct iterator genhash_iter::vtable

Definition at line 89 of file genhash.cpp.

Referenced by genhash_iter_init_common().