PX4 Firmware
PX4 Autopilot Software http://px4.io
UT_hash_handle Struct Reference

#include <uthash.h>

Collaboration diagram for 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 904 of file uthash.h.

Member Data Documentation

◆ hashv

unsigned UT_hash_handle::hashv

Definition at line 912 of file uthash.h.

◆ hh_next

struct UT_hash_handle* UT_hash_handle::hh_next

Definition at line 909 of file uthash.h.

◆ hh_prev

struct UT_hash_handle* UT_hash_handle::hh_prev

Definition at line 908 of file uthash.h.

◆ key

void* UT_hash_handle::key

Definition at line 910 of file uthash.h.

◆ keylen

unsigned UT_hash_handle::keylen

Definition at line 911 of file uthash.h.

◆ next

void* UT_hash_handle::next

Definition at line 907 of file uthash.h.

◆ prev

void* UT_hash_handle::prev

Definition at line 906 of file uthash.h.

◆ tbl

struct UT_hash_table* UT_hash_handle::tbl

Definition at line 905 of file uthash.h.


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