LeviLamina
Loading...
Searching...
No Matches
LoadTimeProfiler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8namespace Core {
9
10class LoadTimeProfiler : public ::Bedrock::EnableNonOwnerReferences {
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 LoadTimeProfiler& operator=(LoadTimeProfiler const&);
25 LoadTimeProfiler(LoadTimeProfiler const&);
26 LoadTimeProfiler();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~LoadTimeProfiler() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
40
41} // namespace Core
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
Definition Alias.h:14