libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
from::FD4::FD4ResCapHolderItem Class Reference

A single abstract item in a resource hash table. More...

#include <resource.hpp>

Inheritance diagram for from::FD4::FD4ResCapHolderItem:
from::FD4::FD4ComponentBase from::FD4::FD4ResCap from::CS::ParamResCap from::CS::SoloParamRepository from::FD4::FD4FileCap from::FD4::FD4ParamResCap from::FD4::FD4ResRep from::CS::CSFD4MoWwisebankRepository

Public Member Functions

DLTX::FD4BasicHashStringname ()
 Get the item name.
 
const DLTX::FD4BasicHashStringname () const
 Get the item name (const).
 
FD4ResCapHolderItemnext ()
 Get the next item in the hash table.
 
const FD4ResCapHolderItemnext () const
 Get the next item in the hash table (const).
 
size_tref_count ()
 Get the reference count of the item.
 
const size_tref_count () const
 Get the reference count of the item (const).
 
- Public Member Functions inherited from from::FD4::FD4ComponentBase
virtual LIBERAPI DLRF::DLRuntimeClassget_runtime_class () noexcept
 Get the runtime class object.
 

Detailed Description

A single abstract item in a resource hash table.

Can be a resource, file or even a repository.

Member Function Documentation

◆ name() [1/2]

DLTX::FD4BasicHashString & from::FD4::FD4ResCapHolderItem::name ( )
inline

Get the item name.

Returns
DLTX::FD4BasicHashString& name

◆ name() [2/2]

const DLTX::FD4BasicHashString & from::FD4::FD4ResCapHolderItem::name ( ) const
inline

Get the item name (const).

Returns
DLTX::FD4BasicHashString& name

◆ next() [1/2]

FD4ResCapHolderItem * from::FD4::FD4ResCapHolderItem::next ( )
inline

Get the next item in the hash table.

Returns
FD4ResCapHolderItem* next item (may be null)

◆ next() [2/2]

const FD4ResCapHolderItem * from::FD4::FD4ResCapHolderItem::next ( ) const
inline

Get the next item in the hash table (const).

Returns
FD4ResCapHolderItem* next item (may be null)

◆ ref_count() [1/2]

size_t & from::FD4::FD4ResCapHolderItem::ref_count ( )
inline

Get the reference count of the item.

Returns
size_t&

◆ ref_count() [2/2]

const size_t & from::FD4::FD4ResCapHolderItem::ref_count ( ) const
inline

Get the reference count of the item (const).

Returns
size_t&

The documentation for this class was generated from the following file: