LeviLamina
Loading...
Searching...
No Matches
ScriptGenerator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
26
27 MCAPI ::ScriptGenerator& operator=(::ScriptGenerator const&);
28
29 MCAPI ~ScriptGenerator();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::ScriptGenerator&&);
36
37 MCAPI void* $ctor(::ScriptGenerator const&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
Definition ScriptGenerator.h:5
Definition Alias.h:14