libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
from::DLRF::DLRuntimeClassTemplate< Impl, ImplName > Class Template Reference

The libER reflection implementation of DLRuntimeClass. More...

#include <reflection.hpp>

Static Public Attributes

static DLRF::DLRuntimeClassImpl< Impldl_runtime_class
 The actual DLRuntimeClassImpl instance to return to the game, if requested.
 

Detailed Description

template<class Impl, liber::literal_string ImplName>
class from::DLRF::DLRuntimeClassTemplate< Impl, ImplName >

The libER reflection implementation of DLRuntimeClass.

Template Parameters
Implthe class to reflect
ImplNameliber::literal_string the name of the class to reflect

Member Data Documentation

◆ dl_runtime_class

template<class Impl , liber::literal_string ImplName>
DLRF::DLRuntimeClassImpl<Impl> from::DLRF::DLRuntimeClassTemplate< Impl, ImplName >::dl_runtime_class
inlinestatic
Initial value:
{
DLRuntimeClassTemplate::dl_runtime_class_name.string,
DLRuntimeClassTemplate::dl_runtime_class_name_w.string
}

The actual DLRuntimeClassImpl instance to return to the game, if requested.

See component.hpp for the implementation.


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