OpenTTD Source  20240919-master-gdf0233f4c2
DumpTarget::KnownStructKey Struct Reference

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
 

Detailed Description

Used as a key into map of known object instances.

Definition at line 98 of file dbg_helpers.h.


The documentation for this struct was generated from the following file: