LeviLamina
Loading...
Searching...
No Matches
ResourceLocation.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#include "mc/deps/core/resource/ResourceFileSystem.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Core { class PathView; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::ResourceFileSystem> mFileSystem;
19 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mPath;
20 ::ll::TypedStorage<8, 8, uint64> mPathHash;
21 ::ll::TypedStorage<8, 8, uint64> mFullHash;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ResourceLocation(::Core::PathView path, ::ResourceFileSystem fileSystem);
32
33 MCNAPI ::Core::PathBuffer<::std::string> getFullPath() const;
34
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor(::Core::PathView path, ::ResourceFileSystem fileSystem);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
Definition PathView.h:15
Definition ResourceLocation.h:14
MCAPI void $dtor()
MCAPI ~ResourceLocation()
MCAPI void * $ctor(::Core::PathView path, ::ResourceFileSystem fileSystem)
MCAPI ::Core::PathBuffer<::std::string > getFullPath() const
MCAPI ResourceLocation(::Core::PathView path, ::ResourceFileSystem fileSystem)