CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
RemoveCallbackVisitor.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/F/FxDelegate.h"
5
6namespace RE
7{
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI_RemoveCallbackVisitor;
12
14 ~RemoveCallbackVisitor() override = default; // 00
15
16 // override (FxDelegateHandler::CallbackProcessor)
17 void Process(const GString& a_methodName, FxDelegateHandler::CallbackFn a_method) override; // 01
18
19 // members
21 };
22 static_assert(sizeof(RemoveCallbackVisitor) == 0x10);
23}
Definition: FxDelegateHandler.h:19
void(const FxDelegateArgs &a_params) CallbackFn
Definition: FxDelegateHandler.h:16
Definition: GString.h:8
Definition: RemoveCallbackVisitor.h:9
void Process(const GString &a_methodName, FxDelegateHandler::CallbackFn a_method) override
~RemoveCallbackVisitor() override=default
RemoveCallbackVisitor(FxDelegate::CallbackHash *a_hash)
FxDelegate::CallbackHash * hash
Definition: RemoveCallbackVisitor.h:20
static constexpr auto RTTI
Definition: RemoveCallbackVisitor.h:11
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_RemoveCallbackVisitor
Definition: Offsets_RTTI.h:5775