LeviLamina
Loading...
Searching...
No Matches
CDNConfig.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/file/Path.h"
7
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9
class
CDNConfig
:
public
::Bedrock::EnableNonOwnerReferences
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::std::string>>> mPackCDNUrls;
14
::ll::TypedStorage<8, 32, ::Core::Path const> mPath;
15
// NOLINTEND
16
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
#ifdef LL_PLAT_S
21
virtual
~CDNConfig
()
/*override*/
;
22
#else
// LL_PLAT_C
23
virtual
~CDNConfig
()
/*override*/
=
default
;
24
#endif
25
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI_S
void
_readConfigFile();
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCNAPI
void
$dtor
();
38
// NOLINTEND
39
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
CDNConfig
Definition
CDNConfig.h:9
CDNConfig::$dtor
MCAPI void $dtor()
src
mc
server
CDNConfig.h
Generated on
for LeviLamina by
1.16.1