Legofit
infers population history from nucleotide site patterns.
|
A single key-value pair, with a pointer to the next one. More...
Data Fields | |
struct El * | next |
next item in list More... | |
IdSet * | idset |
void * | ptr |
char * | key |
double | value |
char | key [KEYSIZE] |
char * | value |
A single key-value pair, with a pointer to the next one.
Within each bin of the hash table, key-value pairs are stored in a sorted linked list.
struct El * El::next |
next item in list
ptr to next item in list
Referenced by El_free(), El_free_deep(), El_free_shallow(), El_insert(), IdSetSet_next(), StrDblMap_get(), StrDblMap_hasKey(), StrDblMap_keys(), StrPtrMap_get(), StrStrMap_get(), StrStrMap_hasKey(), and StrStrMap_keys().