LeviLamina
Loading...
Searching...
No Matches
NoOp_ProfileClient.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/profiler/ProfileClient.h"
7
8namespace Core::Profile {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 virtual ~NoOp_ProfileClient() /*override*/ = default;
15 // NOLINTEND
16
17public:
18 // vftables
19 // NOLINTBEGIN
20 MCNAPI static void** $vftable();
21 // NOLINTEND
22};
23
24} // namespace Core::Profile
Definition NoOp_ProfileClient.h:10
static MCAPI void ** $vftable()
Definition ProfileClient.h:22