VPR-6.0

s_hash Struct Reference

#include <hash.h>

Collaboration diagram for s_hash:

Data Fields

char * name
int index
int count
struct s_hashnext

Detailed Description

  • name: The string referred to by this hash entry.
  • index: The integer identifier for this entry.
  • count: Number of times an element with this name has been inserted into the table.
  • next: A pointer to the next (string,index) entry that mapped to the same hash value, or NULL if there are no more entries.

Definition at line 8 of file hash.h.


Field Documentation

Definition at line 12 of file hash.h.

Definition at line 11 of file hash.h.

char* s_hash::name

Definition at line 10 of file hash.h.

Definition at line 13 of file hash.h.


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