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
17public:
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
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI_S void _readConfigFile();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39};
Definition EnableNonOwnerReferences.h:7
Definition CDNConfig.h:9
MCAPI void $dtor()