|
OpenTTD Source 20260304-master-g1baaa74679
|
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) | |
| Create the key. | |
| bool | operator< (const KnownStructKey &other) const |
Data Fields | |
| size_t | type_id |
| Unique identifier of the type. | |
| const void * | ptr |
| Pointer to the structure. | |
Used as a key into map of known object instances.
Definition at line 131 of file dbg_helpers.h.
|
inline |
|
inline |
Definition at line 142 of file dbg_helpers.h.
| const void* DumpTarget::KnownStructKey::ptr |
Pointer to the structure.
Definition at line 133 of file dbg_helpers.h.
Referenced by KnownStructKey().
| size_t DumpTarget::KnownStructKey::type_id |
Unique identifier of the type.
Definition at line 132 of file dbg_helpers.h.
Referenced by KnownStructKey().