LeviLamina
Loading...
Searching...
No Matches
CrashDump_AllData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 CrashDump_AllData& operator=(CrashDump_AllData const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI CrashDump_AllData();
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor();
40 // NOLINTEND
41};
Definition CrashDump_AllData.h:5
Definition Alias.h:14