|
OpenTTD Source
1.10.0-RC1
|
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. More... | |
Binary heap implementation, hash implementation.
Definition in file queue.h.