|
CommonLibSSE (Parapets fork)
|
#include <GWaitable.h>
Classes | |
| struct | HandlerArray |
| class | HandlerStruct |
Public Types | |
| using | WaitHandler = void(*)(void *a_data) |
Public Types inherited from RE::GRefCountBase< GWaitable, GStatGroups::kGStat_Default_Mem > | |
| enum | |
Public Member Functions | |
| ~GWaitable () override | |
Public Member Functions inherited from RE::GRefCountBaseStatImpl< GRefCountImpl, STAT > | |
| GFC_MEMORY_REDEFINE_NEW_IMPL (GRefCountImpl, GFC_REFCOUNTALLOC_CHECK_DELETE, StatType) | |
Public Member Functions inherited from RE::GRefCountImpl | |
| ~GRefCountImpl () override=default | |
| void | AddRef () |
| void | Release () |
Public Attributes | |
| HandlerArray * | handlers |
Additional Inherited Members | |
Static Public Attributes inherited from RE::GRefCountImpl | |
| static constexpr auto | RTTI = RTTI_GRefCountImpl |
| using RE::GWaitable::WaitHandler = void (*)(void* a_data) |
|
override |
| HandlerArray* RE::GWaitable::handlers |