|
CommonLibVR
|
#include <RegistrationMap.h>
Additional Inherited Members | |
Protected Types inherited from SKSE::Impl::EventFilter< Filter >::RegistrationMapBase | |
| using | Lock = std::recursive_mutex |
| using | Locker = std::lock_guard< Lock > |
Protected Member Functions inherited from SKSE::Impl::EventFilter< Filter >::RegistrationMapBase | |
| bool | Register (const void *a_object, Filter a_filter, RE::VMTypeID a_typeID) |
| bool | Unregister (const void *a_object, Filter a_filter, RE::VMTypeID a_typeID) |
| void | UnregisterAll (const void *a_object, RE::VMTypeID a_typeID) |
| bool | SaveFilter (SerializationInterface *a_intfc, Filter a_filter) |
| bool | LoadFilter (SerializationInterface *a_intfc, Filter &a_filter) |
Protected Attributes inherited from SKSE::Impl::EventFilter< Filter >::RegistrationMapBase | |
| std::map< Filter, std::set< RE::VMHandle > > | _regs |
| std::string | _eventName |
| Lock | _lock |
|
delete |
|
default |
|
default |
|
inline |
|
default |
|
default |
|
default |
|
inline |
|
inline |