libFirm
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

int set_entry::dptr[1]

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.

size_t set_entry::size

the size of the element

Definition at line 53 of file set.h.


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