OpenTTD Source 20260206-master-g4d4e37dbf1
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 112 of file dbg_helpers.h.

Constructor & Destructor Documentation

◆ KnownStructKey()

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

Definition at line 116 of file dbg_helpers.h.

Member Function Documentation

◆ operator<()

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

Definition at line 121 of file dbg_helpers.h.

Field Documentation

◆ m_ptr

const void* DumpTarget::KnownStructKey::m_ptr

Definition at line 114 of file dbg_helpers.h.

◆ m_type_id

size_t DumpTarget::KnownStructKey::m_type_id

Definition at line 113 of file dbg_helpers.h.


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