LeviLamina
Loading...
Searching...
No Matches
IContentAccessibilityProvider.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/resources/IContentKeyProvider.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ContentIdentity
;
11
// clang-format on
12
13
class
IContentAccessibilityProvider
:
public
::IContentKeyProvider
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
#ifdef LL_PLAT_S
18
virtual
~IContentAccessibilityProvider
()
/*override*/
=
default
;
19
#else
// LL_PLAT_C
20
virtual
~IContentAccessibilityProvider
()
/*override*/
;
21
#endif
22
23
virtual
bool
canAccess(
::ContentIdentity
const
&)
const
= 0;
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCNAPI
void
$dtor
();
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
ContentIdentity
Definition
ContentIdentity.h:8
IContentAccessibilityProvider
Definition
IContentAccessibilityProvider.h:13
IContentAccessibilityProvider::$dtor
MCAPI void $dtor()
IContentKeyProvider
Definition
IContentKeyProvider.h:13
src
mc
resources
IContentAccessibilityProvider.h
Generated on
for LeviLamina by
1.16.1