|
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 | |
| 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_add(), El_insert(), El_insert(), El_insert(), IdSetSet_next(), IdSetSet_toArray(), resize(), resize(), resize(), StrDblMap_get(), StrDblMap_hasKey(), StrDblMap_keys(), StrDblMap_size(), StrPtrMap_get(), StrPtrMap_print(), StrPtrMap_ptrArray(), StrPtrMap_size(), StrStrMap_get(), StrStrMap_hasKey(), StrStrMap_keys(), and StrStrMap_size().