LeviLamina
Loading...
Searching...
No Matches
IManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
Automation {
class
AutomationClient; }
12
namespace
CodeBuilder {
class
IMessenger; }
13
// clang-format on
14
15
namespace
CodeBuilder {
16
17
class
IManager
:
public
::Bedrock::EnableNonOwnerReferences
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 0
22
virtual
~IManager
()
/*override*/
;
23
24
// vIndex: 1
25
virtual ::Bedrock::NotNullNonOwnerPtr<::Automation::AutomationClient> getAutomationClient()
const
= 0;
26
27
// vIndex: 2
28
virtual ::Bedrock::NotNullNonOwnerPtr<::CodeBuilder::IMessenger> getEventing()
const
= 0;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCFOLD
void
$dtor();
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
43
44
}
// namespace CodeBuilder
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
CodeBuilder::IManager
Definition
IManager.h:17
src
mc
codebuilder
IManager.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0