CommonLibVR
RE::REFREventCallbacks::IEventCallback Class Referenceabstract

#include <REFREventCallbacks.h>

Inheritance diagram for RE::REFREventCallbacks::IEventCallback:
RE::BSIntrusiveRefCounted

Public Member Functions

virtual ~IEventCallback ()
 
virtual void operator() ()=0
 
virtual bool Save (BSStorage &a_storage)
 
virtual const BSFixedStringGetType ()=0
 
virtual bool Load (const BSStorage &a_storage)
 
- Public Member Functions inherited from RE::BSIntrusiveRefCounted
std::uint32_t IncRef () const
 
std::uint32_t DecRef () const
 
 TES_HEAP_REDEFINE_NEW ()
 

Static Public Attributes

static constexpr auto RTTI = RTTI_REFREventCallbacks__IEventCallback
 
static constexpr auto VTABLE = VTABLE_REFREventCallbacks__IEventCallback
 

Additional Inherited Members

- Protected Attributes inherited from RE::BSIntrusiveRefCounted
volatile std::uint32_t _refCount { 0 }
 

Constructor & Destructor Documentation

◆ ~IEventCallback()

virtual RE::REFREventCallbacks::IEventCallback::~IEventCallback ( )
virtual

Member Function Documentation

◆ GetType()

virtual const BSFixedString* RE::REFREventCallbacks::IEventCallback::GetType ( )
pure virtual

◆ Load()

virtual bool RE::REFREventCallbacks::IEventCallback::Load ( const BSStorage a_storage)
virtual

◆ operator()()

virtual void RE::REFREventCallbacks::IEventCallback::operator() ( )
pure virtual

◆ Save()

virtual bool RE::REFREventCallbacks::IEventCallback::Save ( BSStorage a_storage)
virtual

Member Data Documentation

◆ RTTI

constexpr auto RE::REFREventCallbacks::IEventCallback::RTTI = RTTI_REFREventCallbacks__IEventCallback
inlinestaticconstexpr

◆ VTABLE

constexpr auto RE::REFREventCallbacks::IEventCallback::VTABLE = VTABLE_REFREventCallbacks__IEventCallback
inlinestaticconstexpr

The documentation for this class was generated from the following file: