My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
UT_hash_handle Struct Reference

#include <uthash.h>

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 1082 of file uthash.h.

Member Data Documentation

unsigned UT_hash_handle::hashv

Definition at line 1090 of file uthash.h.

struct UT_hash_handle * UT_hash_handle::hh_next

Definition at line 1087 of file uthash.h.

struct UT_hash_handle * UT_hash_handle::hh_prev

Definition at line 1086 of file uthash.h.

void * UT_hash_handle::key

Definition at line 1088 of file uthash.h.

unsigned UT_hash_handle::keylen

Definition at line 1089 of file uthash.h.

void * UT_hash_handle::next

Definition at line 1085 of file uthash.h.

void * UT_hash_handle::prev

Definition at line 1084 of file uthash.h.

struct UT_hash_table * UT_hash_handle::tbl

Definition at line 1083 of file uthash.h.


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