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
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::std::add_lvalue_reference_t<::CrashDumpFormatEntryImpl const[]> kFormat();
42 // NOLINTEND
43};
Definition CrashDumpFormatEntryImpl.h:8
Definition CrashDumpGlobalData.h:13
Definition CrashDumpLogBlobHeader.h:5
Definition Alias.h:14