CommonLibSSE NG
|
#include <ICellAttachDetachEventSource.h>
Public Member Functions | |
virtual | ~ICellAttachDetachEventSource () |
Public Member Functions inherited from RE::BSTEventSource< CellAttachDetachEvent > | |
BSTEventSource () | |
void | AddEventSink (Sink *a_eventSink) |
void | AddEventSink (BSTEventSink< SinkEvent > *a_sink) |
void | RemoveEventSink (Sink *a_eventSink) |
void | SendEvent (const CellAttachDetachEvent *a_event) |
void | operator() (const CellAttachDetachEvent *a_event) |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI_ICellAttachDetachEventSource |
Additional Inherited Members | |
Public Types inherited from RE::BSTEventSource< CellAttachDetachEvent > | |
using | Sink = BSTEventSink< CellAttachDetachEvent > |
Public Attributes inherited from RE::BSTEventSource< CellAttachDetachEvent > | |
BSTArray< Sink * > | sinks |
BSTArray< Sink * > | pendingRegisters |
BSTArray< Sink * > | pendingUnregisters |
BSSpinLock | lock |
bool | notifying |
std::uint8_t | pad51 |
std::uint16_t | pad52 |
std::uint32_t | pad54 |
|
virtual |
|
inlinestaticconstexpr |