YAP 7.1.0
UT_hash_handle

Public Attributes

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

Detailed Description

Definition at line 906 of file uthash.h.

Member Data Documentation

◆ hashv

unsigned hashv

Definition at line 914 of file uthash.h.

◆ hh_next

struct UT_hash_handle* hh_next

Definition at line 911 of file uthash.h.

◆ hh_prev

struct UT_hash_handle* hh_prev

Definition at line 910 of file uthash.h.

◆ key

void* key

Definition at line 912 of file uthash.h.

◆ keylen

unsigned keylen

Definition at line 913 of file uthash.h.

◆ next

void* next

Definition at line 909 of file uthash.h.

◆ prev

void* prev

Definition at line 908 of file uthash.h.

◆ tbl

struct UT_hash_table* tbl

Definition at line 907 of file uthash.h.


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