OpenTTD Source  12.0-beta2
queue.h File Reference

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...
 

Detailed Description

Binary heap implementation, hash implementation.

Definition in file queue.h.

Typedef Documentation

◆ Hash_HashProc

typedef uint Hash_HashProc(uint key1, uint key2)

Generates a hash code from the given key pair.

You should make sure that the resulting range is clearly defined.

Definition at line 70 of file queue.h.