CommonLibSSE NG
|
#include <RemoveCallbackVisitor.h>
Public Member Functions | |
RemoveCallbackVisitor (FxDelegate::CallbackHash *a_hash) | |
~RemoveCallbackVisitor () override=default | |
void | Process (const GString &a_methodName, FxDelegateHandler::CallbackFn a_method) override |
Public Member Functions inherited from RE::FxDelegateHandler::CallbackProcessor | |
virtual | ~CallbackProcessor ()=default |
virtual void | Process (const GString &a_methodName, CallbackFn *a_method)=0 |
Public Attributes | |
FxDelegate::CallbackHash * | hash |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_RemoveCallbackVisitor |
Static Public Attributes inherited from RE::FxDelegateHandler::CallbackProcessor | |
static constexpr auto | RTTI = RTTI_FxDelegateHandler__CallbackProcessor |
RE::RemoveCallbackVisitor::RemoveCallbackVisitor | ( | FxDelegate::CallbackHash * | a_hash | ) |
|
overridedefault |
|
override |
FxDelegate::CallbackHash* RE::RemoveCallbackVisitor::hash |
|
inlinestaticconstexpr |