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/deps/core/utility/CrashDumpLogBlobHeader.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
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
Definition CrashDumpGlobalData.h:13
static MCAPI ::std::add_lvalue_reference_t<::CrashDumpFormatEntryImpl const[]> kFormat()
Definition CrashDumpLogBlobHeader.h:5
Definition Alias.h:14