libER 0.1.4.2
ELDEN RING API library
|
A wrapper that represents a method with a vector of invoker objects. More...
#include <reflection.hpp>
Public Member Functions | |
DLRuntimeMethod (DLRuntimeClass *owner, const char *method_name, const wchar_t *method_name_w) noexcept | |
Construct a new DLRuntimeMethod object. | |
const char * | get_method_name () const noexcept |
Get the method name. | |
const wchar_t * | get_method_name_w () const noexcept |
Get the method name (wide) | |
const from::vector< DLMethodInvoker * > & | get_invokers () const noexcept |
Get all the invokers bound to this method. | |
Friends | |
class | DLRuntimeClass |
A wrapper that represents a method with a vector of invoker objects.
|
inlinenoexcept |
Construct a new DLRuntimeMethod object.
owner | the owning reflection object |
method_name | the name of the method |
method_name_w | the name (wide) of the method |
|
inlinenoexcept |
Get all the invokers bound to this method.
Get the method name.
Get the method name (wide)