LeviLamina
Loading...
Searching...
No Matches
ProfilerCapture.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/debugger/script_debugger_messages/EventEnvelope.h"
7
8namespace ScriptDebuggerMessages {
9
10class ProfilerCapture : public ::ScriptDebuggerMessages::EventEnvelope<::ScriptDebuggerMessages::ProfilerCapture> {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 ProfilerCapture& operator=(ProfilerCapture const&);
21 ProfilerCapture(ProfilerCapture const&);
22 ProfilerCapture();
23};
24
25} // namespace ScriptDebuggerMessages
Definition EventEnvelope.h:8
Definition Alias.h:14