libFirm 1.20
set_entry Struct Reference

The entry of a set, representing an element in the set and its meta-information. More...

#include <set.h>

Data Fields

unsigned hash
 the hash value of the element
size_t size
 the size of the element
int dptr [1]
 the element itself, data copied in must not need more alignment than this

Detailed Description

The entry of a set, representing an element in the set and its meta-information.

Definition at line 51 of file set.h.


Field Documentation

the element itself, data copied in must not need more alignment than this

Definition at line 54 of file set.h.

unsigned set_entry::hash

the hash value of the element

Definition at line 52 of file set.h.

the size of the element

Definition at line 53 of file set.h.


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