OpenTTD Source 20250721-master-g1d21edde8d
|
Files | |
alternating_iterator.hpp | |
Iterator adaptor that takes items alternating from a middle position. | |
autorelease.hpp | |
Helper for std::unique_ptr to use an arbitrary function as the deleter. | |
binaryheap.hpp | |
Binary heap implementation. | |
dbg_helpers.cpp | |
Helpers for outputting debug information. | |
dbg_helpers.h | |
Functions to be used for debug printings. | |
endian_buffer.hpp | |
Endian-aware buffer. | |
getoptdata.cpp | |
Library for parsing command line options. | |
getoptdata.h | |
Library for parsing command-line options. | |
hashtable.hpp | |
Hash table support. | |
history_func.hpp | |
Functions for storing historical data. | |
history_type.hpp | |
Types for storing historical data. | |
lrucache.hpp | |
Size limited cache map with a least recently used eviction strategy. | |