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

A resource capsule containing a param table file. More...

#include <fd4_param.hpp>

Inheritance diagram for from::FD4::FD4ParamResCap:
from::FD4::FD4ResCap from::FD4::FD4ResCapHolderItem from::FD4::FD4ComponentBase

Public Member Functions

param::param_file *& get_param_file () noexcept
 Get a pointer to the underlying param file.
 
const param::param_file *const & get_param_file () const noexcept
 Get a pointer to the underlying param file (const).
 
- Public Member Functions inherited from from::FD4::FD4ResCap
virtual void set_debug (bool value)=0
 Set the internal debugging state.
 
- Public Member Functions inherited from from::FD4::FD4ResCapHolderItem
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).
 

Detailed Description

A resource capsule containing a param table file.

Member Function Documentation

◆ get_param_file() [1/2]

const param::param_file *const & from::FD4::FD4ParamResCap::get_param_file ( ) const
inlinenoexcept

Get a pointer to the underlying param file (const).

Returns
param::param_file*& param file (const reference to a pointer)

◆ get_param_file() [2/2]

param::param_file *& from::FD4::FD4ParamResCap::get_param_file ( )
inlinenoexcept

Get a pointer to the underlying param file.

Returns
param::param_file*& param file (reference to a pointer)

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