biomcmc-lib  0.1
low level library for phylogenetic analysis
Data Fields
bip_hashtable_struct Struct Reference

Hash table of bipartitions (see hashtable.h for original version, with string keys and integer values) More...

#include <hashtable.h>

Collaboration diagram for bip_hashtable_struct:
Collaboration graph
[legend]

Data Fields

int size
 
int probelength
 Table size.
 
int maxfreq
 Number of collisions before empty slot is found.
 
uint32_t h
 frequency (integer) of most frequent bipartition
 
uint32_t a1
 Value set by hash(). Used in hash1() and hash2() to avoid calling hash() again.
 
uint32_t a2
 
uint32_t b1
 
uint32_t b2
 
uint32_t P
 Random values used in hash functions.
 
bip_hashitemtable
 
int ref_counter
 Vector with key/value pairs.
 

Detailed Description

Hash table of bipartitions (see hashtable.h for original version, with string keys and integer values)


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