OpenTTD
|
Simple mapping class targeted for small sets of data. More...
Go to the source code of this file.
Data Structures | |
struct | SmallPair< T, U > |
Simple pair of data. More... | |
struct | SmallMap< T, U, S > |
Implementation of simple mapping class. More... |
Simple mapping class targeted for small sets of data.
Stored data shall be POD ("Plain Old Data")!
Definition in file smallmap_type.hpp.