libER 0.1.4.2
ELDEN RING API library
|
A hash table of FD4::FD4FileCaps. More...
#include <resource.hpp>
Public Member Functions | |
LIBERAPI FD4FileCap * | get_file_cap (const std::filesystem::path &path) const |
Get the file capsule with the given filename. | |
![]() | |
virtual FD4ResRep * | get_owner () noexcept |
Get the owning repository of this capsule holder. | |
virtual FD4ResRep * | get_owner () const noexcept |
Get the owning repository of this capsule holder (const). | |
LIBERAPI FD4ResCap * | get_res_cap (const std::wstring &name) const |
Get the capsule with the given name. | |
![]() | |
virtual LIBERAPI DLRF::DLRuntimeClass * | get_runtime_class () noexcept |
Get the runtime class object. | |
A hash table of FD4::FD4FileCaps.
Used by file repositories.
LIBERAPI FD4FileCap * from::FD4::FD4FileCapHolder::get_file_cap | ( | const std::filesystem::path & | path | ) | const |
Get the file capsule with the given filename.
path | the file path |