RTS API Documentation  1.10.11
Data Fields
entry Struct Reference

#include <switch_hashtable_private.h>

+ Collaboration diagram for entry:

Data Fields

void * k
 
void * v
 
unsigned int h
 
hashtable_flag_t flags
 
hashtable_destructor_t destructor
 
struct entrynext
 

Detailed Description

Definition at line 20 of file switch_hashtable_private.h.

Field Documentation

◆ destructor

hashtable_destructor_t entry::destructor

◆ flags

hashtable_flag_t entry::flags

◆ h

unsigned int entry::h

◆ k

void* entry::k

◆ next

struct entry* entry::next

◆ v

void * entry::v

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