TrinityCore
SymbolDetail Struct Reference

#include <WheatyExceptionReport.h>

Public Member Functions

 SymbolDetail ()
 
std::string ToString ()
 
bool empty () const
 

Public Attributes

std::string Prefix
 
std::string Type
 
std::string Suffix
 
std::string Name
 
std::string Value
 
bool Logged
 
bool HasChildren
 

Detailed Description

Definition at line 305 of file WheatyExceptionReport.h.

Constructor & Destructor Documentation

◆ SymbolDetail()

SymbolDetail::SymbolDetail ( )
inline

Definition at line 307 of file WheatyExceptionReport.h.

Member Function Documentation

◆ empty()

bool SymbolDetail::empty ( ) const
inline

Definition at line 311 of file WheatyExceptionReport.h.

◆ ToString()

std::string SymbolDetail::ToString ( )

Definition at line 1889 of file WheatyExceptionReport.cpp.

Member Data Documentation

◆ HasChildren

bool SymbolDetail::HasChildren

Definition at line 322 of file WheatyExceptionReport.h.

◆ Logged

bool SymbolDetail::Logged

Definition at line 321 of file WheatyExceptionReport.h.

◆ Name

std::string SymbolDetail::Name

Definition at line 319 of file WheatyExceptionReport.h.

◆ Prefix

std::string SymbolDetail::Prefix

Definition at line 316 of file WheatyExceptionReport.h.

◆ Suffix

std::string SymbolDetail::Suffix

Definition at line 318 of file WheatyExceptionReport.h.

◆ Type

std::string SymbolDetail::Type

Definition at line 317 of file WheatyExceptionReport.h.

◆ Value

std::string SymbolDetail::Value

Definition at line 320 of file WheatyExceptionReport.h.


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