LeviLamina
Loading...
Searching...
No Matches
DeviceIdManager.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
Bedrock {
struct
DeviceIdContext
; }
12
namespace
Core {
class
FileSystem
; }
13
// clang-format on
14
15
namespace
Bedrock {
16
17
class
DeviceIdManager
:
public
::Bedrock::EnableNonOwnerReferences
,
18
public
::Bedrock::ImplBase
<::Bedrock::DeviceIdManager> {
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual
void
initialize(
::Bedrock::NonOwnerPointer<::Core::FileSystem>
) = 0;
23
24
virtual
void
updateDeviceId(
bool
const
) = 0;
25
26
virtual ::std::string
const
& getDeviceId()
const
= 0;
27
28
virtual ::std::string
const
& getDeviceIdWarning()
const
= 0;
29
30
virtual ::Bedrock::DeviceIdContext
const
& getDeviceIdContext()
const
= 0;
31
32
virtual
bool
isDeviceIdValid()
const
= 0;
33
34
virtual
~DeviceIdManager
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
43
44
}
// namespace Bedrock
Bedrock::DeviceIdManager
Definition
DeviceIdManager.h:18
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
Bedrock::ImplBase
Definition
_HeaderOutputPredefine.h:256
Bedrock::NonOwnerPointer
Definition
NonOwnerPointer.h:9
Core::FileSystem
Definition
FileSystem.h:27
Bedrock::DeviceIdContext
Definition
DeviceIdContext.h:7
src
mc
deps
application
device
DeviceIdManager.h
Generated on
for LeviLamina by
1.16.1