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
11namespace Bedrock { struct DeviceIdContext; }
12namespace Core { class FileSystem; }
13// clang-format on
14
15namespace Bedrock {
16
18 public ::Bedrock::ImplBase<::Bedrock::DeviceIdManager> {
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 1
23 virtual void initialize(::Bedrock::NonOwnerPointer<::Core::FileSystem>) = 0;
24
25 // vIndex: 2
26 virtual void updateDeviceId(bool const) = 0;
27
28 // vIndex: 3
29 virtual ::std::string const& getDeviceId() const = 0;
30
31 // vIndex: 4
32 virtual ::std::string const& getDeviceIdWarning() const = 0;
33
34 // vIndex: 5
35 virtual ::Bedrock::DeviceIdContext const& getDeviceIdContext() const = 0;
36
37 // vIndex: 0
38 virtual ~DeviceIdManager() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50
51 // NOLINTEND
52};
53
54} // namespace Bedrock
Definition DeviceIdManager.h:18
Definition EnableNonOwnerReferences.h:7
Definition _HeaderOutputPredefine.h:198
Definition NonOwnerPointer.h:9