| 
    CommonLibSSE NG
    
   | 
 
#include <AddCallbackVisitor.h>
  
Public Member Functions | |
| AddCallbackVisitor (FxDelegateHandler *a_handler, FxDelegate::CallbackHash *a_hash) | |
| ~AddCallbackVisitor () 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 | |
| FxDelegateHandler * | handler | 
| FxDelegate::CallbackHash * | hash | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_AddCallbackVisitor | 
  Static Public Attributes inherited from RE::FxDelegateHandler::CallbackProcessor | |
| static constexpr auto | RTTI = RTTI_FxDelegateHandler__CallbackProcessor | 
| RE::AddCallbackVisitor::AddCallbackVisitor | ( | FxDelegateHandler * | a_handler, | 
| FxDelegate::CallbackHash * | a_hash | ||
| ) | 
      
  | 
  overridedefault | 
      
  | 
  overridevirtual | 
Implements RE::FxDelegateHandler::CallbackProcessor.
| FxDelegateHandler* RE::AddCallbackVisitor::handler | 
| FxDelegate::CallbackHash* RE::AddCallbackVisitor::hash | 
      
  | 
  inlinestaticconstexpr |