OpenTTD
|
Binary heap implementation, hash implementation. More...
Go to the source code of this file.
Data Structures | |
struct | BinaryHeapNode |
struct | BinaryHeap |
Binary Heap. More... | |
struct | HashNode |
struct | Hash |
Typedefs | |
typedef uint | Hash_HashProc (uint key1, uint key2) |
Generates a hash code from the given key pair. |
Binary heap implementation, hash implementation.
Definition in file queue.h.