TrinityCore
SymbolPair Struct Reference

#include <WheatyExceptionReport.h>

Public Member Functions

 SymbolPair (DWORD type, DWORD_PTR offset)
 
bool operator== (SymbolPair const &other) const =default
 
std::strong_ordering operator<=> (SymbolPair const &other) const =default
 

Public Attributes

DWORD _type
 
DWORD_PTR _offset
 

Detailed Description

Definition at line 289 of file WheatyExceptionReport.h.

Constructor & Destructor Documentation

◆ SymbolPair()

SymbolPair::SymbolPair ( DWORD  type,
DWORD_PTR  offset 
)
inline

Definition at line 291 of file WheatyExceptionReport.h.

Member Function Documentation

◆ operator<=>()

std::strong_ordering SymbolPair::operator<=> ( SymbolPair const &  other) const
default

◆ operator==()

bool SymbolPair::operator== ( SymbolPair const &  other) const
default

Member Data Documentation

◆ _offset

DWORD_PTR SymbolPair::_offset

Definition at line 301 of file WheatyExceptionReport.h.

◆ _type

DWORD SymbolPair::_type

Definition at line 300 of file WheatyExceptionReport.h.


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