#include <bucketLinkedListSortPtr.h>
Public Attributes | |
void * | element |
The element being stored. | |
entry * | next |
The next element in the bucket list. |
void* entry::element |
The element being stored.
struct entry* entry::next |
The next element in the bucket list.