LeviLamina
Loading...
Searching...
No Matches
ResourcePackPathCache.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ResourcePackPathLifetimeHelpers { class ScopeDestroyedPath; }
11// clang-format on
12
13namespace ResourcePackPathLifetimeHelpers {
14
15class ResourcePackPathCache {
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ResourcePackPathCache& operator=(ResourcePackPathCache const&);
25 ResourcePackPathCache(ResourcePackPathCache const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCNAPI ::std::shared_ptr<::ResourcePackPathLifetimeHelpers::ScopeDestroyedPath const>
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor();
40 // NOLINTEND
41};
42
43} // namespace ResourcePackPathLifetimeHelpers
Definition PathBuffer.h:8
MCAPI ::std::shared_ptr<::ResourcePackPathLifetimeHelpers::ScopeDestroyedPath const > getOrAdd(::Core::PathBuffer<::std::string > const &path)
Definition ScopeDestroyedPath.h:16
Definition Alias.h:14