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
10public:
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
18public:
19 // prevent constructor by default
20 CDNConfig();
21
22#else // LL_PLAT_C
23#endif
24public:
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
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43#ifdef LL_PLAT_S
44 MCNAPI void* $ctor(::Core::Path const& filePath);
45#endif
46 // NOLINTEND
47};
Definition EnableNonOwnerReferences.h:7
Definition CDNConfig.h:9
MCAPI ::std::vector<::std::pair<::std::string, ::std::string > > getCDNUrls()
Definition Path.h:12