LeviLamina
Loading...
Searching...
No Matches
EducationLocalLevelSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> codeBuilderOverrideUri;
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
16
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCNAPI ::EducationLocalLevelSettings& operator=(::EducationLocalLevelSettings const&);
21
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCNAPI void $dtor();
29 // NOLINTEND
30};
Definition EducationLocalLevelSettings.h:5
MCAPI::EducationLocalLevelSettings & operator=(::EducationLocalLevelSettings const &)