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 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI CrashDumpEventData(::CrashDumpLogStringID tag0, ::CrashDumpLogStringID tag1);
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCNAPI static ::std::add_lvalue_reference_t<::CrashDumpFormatEntryImpl const[]> kFormat();
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(::CrashDumpLogStringID tag0, ::CrashDumpLogStringID tag1);
43 // NOLINTEND
44};
Definition CrashDumpEventData.h:13
static MCAPI ::std::add_lvalue_reference_t<::CrashDumpFormatEntryImpl const[]> kFormat()
MCAPI void * $ctor(::CrashDumpLogStringID tag0, ::CrashDumpLogStringID tag1)
MCAPI CrashDumpEventData(::CrashDumpLogStringID tag0, ::CrashDumpLogStringID tag1)
Definition CrashDumpFormatEntryImpl.h:8