VPR-6.0

s_hash_iterator Struct Reference

#include <hash.h>

Collaboration diagram for s_hash_iterator:

Data Fields

int i
struct s_hashh_ptr

Detailed Description

  • i: current "line" of the hash table. That is, hash_table[i] is the start of the hash linked list for this hash value.
  • h_ptr: Pointer to the next hash structure to be examined in the iteration.

Definition at line 21 of file hash.h.


Field Documentation

Definition at line 24 of file hash.h.

Definition at line 23 of file hash.h.


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