2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Enums/BugType.h>
9 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<BugType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
21 *
reinterpret_cast<BugType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
25 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x6C);
29 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x6C) = val;
33 return *
reinterpret_cast<std::wstring*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
37 *
reinterpret_cast<std::wstring*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
void setDescription(std::wstring val)
Definition BugReport.h:36
void setCanReproduce(bool val)
Definition BugReport.h:28
std::wstring getDescription()
Definition BugReport.h:32
void setType(BugType val)
Definition BugReport.h:20
void setClientVersion(std::string val)
Definition BugReport.h:12
std::string getClientVersion()
Definition BugReport.h:8
bool getCanReproduce()
Definition BugReport.h:24
BugType getType()
Definition BugReport.h:16
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86