OpenTTD Source 20260206-master-g4d4e37dbf1
misc Directory Reference

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.cpp
 Implementation of functions for storing historical data.
 
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.