LeviLamina
Loading...
Searching...
No Matches
ScriptSentrySessionParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptModuleDiagnostics {
6
8public:
9 // member variables
10 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
48
49} // namespace ScriptModuleDiagnostics
Definition ScriptSentrySessionParameters.h:7
MCAPI ScriptSentrySessionParameters(::ScriptModuleDiagnostics::ScriptSentrySessionParameters &&)
MCAPI void * $ctor(::ScriptModuleDiagnostics::ScriptSentrySessionParameters &&)
Definition Alias.h:14