OpenTTD Source 20241224-master-gee860a5c8e
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.

Constructor & Destructor Documentation

◆ KnownStructKey()

DumpTarget::KnownStructKey::KnownStructKey ( size_t  type_id,
const void *  ptr 
)
inline

Definition at line 102 of file dbg_helpers.h.

Member Function Documentation

◆ operator<()

bool DumpTarget::KnownStructKey::operator< ( const KnownStructKey other) const
inline

Definition at line 107 of file dbg_helpers.h.

Field Documentation

◆ m_ptr

const void* DumpTarget::KnownStructKey::m_ptr

Definition at line 100 of file dbg_helpers.h.

◆ m_type_id

size_t DumpTarget::KnownStructKey::m_type_id

Definition at line 99 of file dbg_helpers.h.


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