libER 0.1.4.2
ELDEN RING API library
|
A holder for a DLRF::DLRuntime object. More...
#include <reflection.hpp>
Public Member Functions | |
DLRuntimeObjectHolder (from::unique_ptr< T > &&method, const char *name, const wchar_t *name_w) noexcept | |
Construct a new DLRuntimeObjectHolder object. | |
const T * | get () const noexcept |
Get a pointer to the held method instance. | |
Friends | |
class | DLRuntimeClass |
A holder for a DLRF::DLRuntime object.
May hold a DLRuntimeClass or a DLRuntimeMethod.
|
inlinenoexcept |
Construct a new DLRuntimeObjectHolder object.
method | a rvalue reference to a unique ptr to the object |
name | the name of the object |
name_w | the name of the object (wide) |
|
inlinenoexcept |
Get a pointer to the held method instance.