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
#ifdef LL_PLAT_S
18
public
:
19
// prevent constructor by default
20
CDNConfig
();
21
22
#else
// LL_PLAT_C
23
#endif
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
#ifdef LL_PLAT_S
28
MCNAPI
explicit
CDNConfig
(
::Core::Path
const
& filePath);
29
30
MCNAPI
void
_readConfigFile();
31
#endif
32
33
MCNAPI ::std::vector<::std::pair<::std::string, ::std::string>>
getCDNUrls
();
34
35
#ifdef LL_PLAT_S
36
MCNAPI
void
reloadUrls();
37
#endif
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
#ifdef LL_PLAT_S
44
MCNAPI
void
* $ctor(
::Core::Path
const
& filePath);
45
#endif
46
// NOLINTEND
47
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
CDNConfig
Definition
CDNConfig.h:9
CDNConfig::getCDNUrls
MCAPI ::std::vector<::std::pair<::std::string, ::std::string > > getCDNUrls()
Core::Path
Definition
Path.h:12
src
mc
server
CDNConfig.h
Generated on
for LeviLamina by
1.16.1