LeviLamina
Loading...
Searching...
No Matches
EduKeyProvider.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/IContentAccessibilityProvider.h"
7
8// auto generated forward declare list
9// clang-format off
10class ContentIdentity;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 EduKeyProvider& operator=(EduKeyProvider const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~EduKeyProvider() /*override*/ = default;
32
33 // vIndex: 6
34 virtual bool canAccess(::ContentIdentity const&) const /*override*/;
35
36 // vIndex: 1
37 virtual ::std::string getContentKey(::ContentIdentity const&) const /*override*/;
38
39 // vIndex: 2
40 virtual ::std::string getAlternateContentKey(::ContentIdentity const&) const /*override*/;
41
42 // vIndex: 4
43 virtual void setTempContentKeys(::std::unordered_map<::ContentIdentity, ::std::string> const&) /*override*/;
44
45 // vIndex: 5
46 virtual void clearTempContentKeys() /*override*/;
47
48 // vIndex: 3
49 virtual bool requireEncryptedReads() const /*override*/;
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61
62 // NOLINTEND
63};
Definition ContentIdentity.h:10
Definition EduKeyProvider.h:13
Definition IContentAccessibilityProvider.h:13
Definition Alias.h:14