ReactOS 0.4.15-dev-7788-g1ad9096
hash_table_iter Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for hash_table_iter:

Public Attributes

const struct hash_tableht
 
struct hash_table_eltelement
 
int index
 
int last
 

Detailed Description

Definition at line 115 of file dbghelp_private.h.

Member Data Documentation

◆ element

struct hash_table_elt* hash_table_iter::element

Definition at line 118 of file dbghelp_private.h.

Referenced by hash_table_iter_init(), and hash_table_iter_up().

◆ ht

const struct hash_table* hash_table_iter::ht

Definition at line 117 of file dbghelp_private.h.

Referenced by hash_table_iter_init(), and hash_table_iter_up().

◆ index

int hash_table_iter::index

Definition at line 119 of file dbghelp_private.h.

Referenced by hash_table_iter_init(), and hash_table_iter_up().

◆ last

int hash_table_iter::last

Definition at line 120 of file dbghelp_private.h.

Referenced by hash_table_iter_init(), and hash_table_iter_up().


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