StarPU Internal Handbook
UT_hash_handle Struct Reference

Data Fields

struct UT_hash_tabletbl
 
void * prev
 
void * next
 
struct UT_hash_handlehh_prev
 
struct UT_hash_handlehh_next
 
void * key
 
unsigned keylen
 
unsigned hashv
 

Field Documentation

◆ tbl

struct UT_hash_table* UT_hash_handle::tbl

◆ prev

void* UT_hash_handle::prev

◆ next

void* UT_hash_handle::next

◆ hh_prev

struct UT_hash_handle* UT_hash_handle::hh_prev

◆ hh_next

struct UT_hash_handle* UT_hash_handle::hh_next

◆ key

void* UT_hash_handle::key

◆ keylen

unsigned UT_hash_handle::keylen

◆ hashv

unsigned UT_hash_handle::hashv

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