LeviLamina
Loading...
Searching...
No Matches
ProfilerCapture.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptDebuggerMessages {
6
7struct ProfilerCapture {
8public:
9 // member variables
10 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 ProfilerCapture();
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
25 MCNAPI ProfilerCapture(::std::string const& captureBasePath, ::std::string&& captureData);
26
27 MCNAPI ::ScriptDebuggerMessages::ProfilerCapture& operator=(::ScriptDebuggerMessages::ProfilerCapture&&);
28
29 MCNAPI ::ScriptDebuggerMessages::ProfilerCapture& operator=(::ScriptDebuggerMessages::ProfilerCapture const&);
30
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
40
41 MCNAPI void* $ctor(::std::string const& captureBasePath, ::std::string&& captureData);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
50
51} // namespace ScriptDebuggerMessages
Definition ProfilerCapture.h:7
MCAPI void * $ctor(::std::string const &captureBasePath, ::std::string &&captureData)
MCAPI ProfilerCapture(::std::string const &captureBasePath, ::std::string &&captureData)
MCAPI::ScriptDebuggerMessages::ProfilerCapture & operator=(::ScriptDebuggerMessages::ProfilerCapture &&)
MCAPI void * $ctor(::ScriptDebuggerMessages::ProfilerCapture const &)
MCAPI ProfilerCapture(::ScriptDebuggerMessages::ProfilerCapture const &)
MCAPI::ScriptDebuggerMessages::ProfilerCapture & operator=(::ScriptDebuggerMessages::ProfilerCapture const &)
MCAPI bool operator==(::ScriptDebuggerMessages::ProfilerCapture const &other) const
Definition Alias.h:14