OpenTTD Source  20240919-master-gdf0233f4c2
binaryheap.hpp File Reference

Go to the source code of this file.

Data Structures

class  CBinaryHeapT< T >
 Binary Heap as C++ template. More...
 

Macros

#define BINARYHEAP_CHECK   0
 Enable it if you suspect binary heap doesn't work well.
 
#define CHECK_CONSISTY()   ;
 Don't check for consistency.
 

Detailed Description

Binary heap implementation.

Definition in file binaryheap.hpp.