FreeSWITCH API Documentation  1.7.0
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

hashtable_destructor_t entry::destructor
hashtable_flag_t entry::flags
unsigned int entry::h
void* entry::k
struct entry* entry::next
void * entry::v

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