Dist m4ri 0.0.1.alpha
Computing distance of a classical or quantum CSS code
Loading...
Searching...
No Matches
Public Attributes | List of all members
UT_hash_handle Struct Reference

#include <uthash.h>

Collaboration diagram for UT_hash_handle:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 1126 of file uthash.h.

Member Data Documentation

◆ hashv

unsigned UT_hash_handle::hashv

Definition at line 1134 of file uthash.h.

◆ hh_next

struct UT_hash_handle* UT_hash_handle::hh_next

Definition at line 1131 of file uthash.h.

◆ hh_prev

struct UT_hash_handle* UT_hash_handle::hh_prev

Definition at line 1130 of file uthash.h.

◆ key

const void* UT_hash_handle::key

Definition at line 1132 of file uthash.h.

◆ keylen

unsigned UT_hash_handle::keylen

Definition at line 1133 of file uthash.h.

◆ next

void* UT_hash_handle::next

Definition at line 1129 of file uthash.h.

Referenced by main(), and nzlist_write().

◆ prev

void* UT_hash_handle::prev

Definition at line 1128 of file uthash.h.

◆ tbl

struct UT_hash_table* UT_hash_handle::tbl

Definition at line 1127 of file uthash.h.


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