libER 0.1.4.2
ELDEN RING API library
|
A single abstract item in a resource hash table. More...
#include <resource.hpp>
Public Member Functions | |
DLTX::FD4BasicHashString & | name () |
Get the item name. | |
const DLTX::FD4BasicHashString & | name () const |
Get the item name (const). | |
FD4ResCapHolderItem * | next () |
Get the next item in the hash table. | |
const FD4ResCapHolderItem * | next () const |
Get the next item in the hash table (const). | |
size_t & | ref_count () |
Get the reference count of the item. | |
const size_t & | ref_count () const |
Get the reference count of the item (const). | |
![]() | |
virtual LIBERAPI DLRF::DLRuntimeClass * | get_runtime_class () noexcept |
Get the runtime class object. | |
A single abstract item in a resource hash table.
Can be a resource, file or even a repository.
|
inline |
Get the item name.
|
inline |
Get the item name (const).
|
inline |
Get the next item in the hash table.
|
inline |
Get the next item in the hash table (const).
|
inline |
Get the reference count of the item.
Get the reference count of the item (const).