LeviLamina
Loading...
Searching...
No Matches
CrashDumpGlobalData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/diagnostics/CrashDumpLogBlobHeader.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13struct CrashDumpGlobalData : public ::CrashDumpLogBlobHeader {
14public:
15 // member variables
16 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 CrashDumpGlobalData& operator=(CrashDumpGlobalData const&);
36 CrashDumpGlobalData(CrashDumpGlobalData const&);
37 CrashDumpGlobalData();
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCNAPI static ::std::add_lvalue_reference_t<::CrashDumpFormatEntryImpl const[]> kFormat();
43 // NOLINTEND
44};
Definition CrashDumpFormatEntryImpl.h:8
static MCAPI ::std::add_lvalue_reference_t<::CrashDumpFormatEntryImpl const[]> kFormat()
Definition Alias.h:14