OpenTTD Source
20241108-master-g80f628063a
|
Used as a key into map of known object instances. More...
#include <dbg_helpers.h>
Public Member Functions | |
KnownStructKey (size_t type_id, const void *ptr) | |
bool | operator< (const KnownStructKey &other) const |
Data Fields | |
size_t | m_type_id |
const void * | m_ptr |
Used as a key into map of known object instances.
Definition at line 98 of file dbg_helpers.h.