LeviLamina
Loading...
Searching...
No Matches
CrashDumpEventData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/CrashDumpLogStringID.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<2, 2, ::CrashDumpLogStringID> mTag0;
18 ::ll::TypedStorage<2, 2, ::CrashDumpLogStringID> mTag1;
19 ::ll::TypedStorage<4, 4, int> mEventThreadId;
20 ::ll::TypedStorage<4, 4, uint> mTimeStamp;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI CrashDumpEventData(::CrashDumpLogStringID tag0, ::CrashDumpLogStringID tag1);
27 // NOLINTEND
28
29public:
30 // static variables
31 // NOLINTBEGIN
32 MCAPI static ::std::add_lvalue_reference_t<::CrashDumpFormatEntryImpl const[]> kFormat();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::CrashDumpLogStringID tag0, ::CrashDumpLogStringID tag1);
39 // NOLINTEND
40};
Definition CrashDumpEventData.h:13
Definition CrashDumpFormatEntryImpl.h:8