CAFE
Computational Analysis of gene Family Evolution
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hash_table_element Struct Reference

stores an hash table element for use in the hash table More...

#include <hashtable.h>

Data Fields

size_t key_len
 
size_t value_len
 
void * key
 
void * value
 
hash_table_element_tnext
 

Detailed Description

stores an hash table element for use in the hash table

Field Documentation

void* hash_table_element::key

pointer to the key

size_t hash_table_element::key_len

store the length in bytes of the key

hash_table_element_t* hash_table_element::next

next chained key for this hash

void* hash_table_element::value

pointer to the value

size_t hash_table_element::value_len

stores the length in bytes of the key (only for copy mode)


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