CommonLibSSE (powerof3)
|
#include <RegistrationMap.h>
Additional Inherited Members | |
Protected Types inherited from SKSE::Impl::RegistrationMapBase | |
using | Lock = std::recursive_mutex |
using | Locker = std::lock_guard< Lock > |
using | EventName = std::string |
Protected Member Functions inherited from SKSE::Impl::RegistrationMapBase | |
bool | Register (const void *a_object, RE::BSFixedString a_callback, RE::VMTypeID a_typeID) |
bool | Unregister (const void *a_object, RE::VMTypeID a_typeID) |
Protected Attributes inherited from SKSE::Impl::RegistrationMapBase | |
std::map< RE::VMHandle, EventName > | _regs |
Lock | _lock |
|
default |
|
default |
|
default |
|
default |
|
default |
|
default |
|
inline |
|
inline |