This is the complete list of members for DelegateBase, including all inherited members.
_callback | DelegateBase | protected |
_objectPtr | DelegateBase | protected |
_storage | DelegateBase | protected |
_stubPtr | DelegateBase | protected |
Callback typedef | DelegateBase | protected |
CALLBACKMODE enum name | DelegateBase | protected |
CopyFrom(const DelegateBase &src) | DelegateBase | |
CopyFrom(FN &&f, STUBPTR stub, Callback callback) | DelegateBase | |
CopyFrom(OBJ &&object, STUBPTR stub) | DelegateBase | |
DelegateBase() | DelegateBase | |
DelegateBase(void *objectPtr, STUBPTR stubPtr, Callback callback) | DelegateBase | |
DelegateBase(FN &&fn, STUBPTR stub, Callback callback) | DelegateBase | |
DelegateBase(const DelegateBase &)=delete | DelegateBase | |
DelegateBase(DelegateBase &&src) | DelegateBase | |
GetReferenceUtilityStub(void *) | DelegateBase | protectedstatic |
GetReferenceUtilityStub(PointerHandler *) | DelegateBase | protectedstatic |
GetStaticFunctionPointer() const | DelegateBase | |
GetStubPointer() const | DelegateBase | |
IsEmpty() const | DelegateBase | |
IsPopulated() const | DelegateBase | |
IsStaticFunctionPointer() const | DelegateBase | |
MAXON_ENUM_ORDERED_LIST_CLASS(CALLBACKMODE) | DelegateBase | protected |
MAXON_OPERATOR_MOVE_ASSIGNMENT(DelegateBase) | DelegateBase | |
PTMFUtilityStub(DelegateBase *dst, const DelegateBase *src, CALLBACKMODE mode) | DelegateBase | protectedstatic |
ReferenceUtilityStub(DelegateBase *dst, const DelegateBase *src, CALLBACKMODE mode) | DelegateBase | protectedstatic |
Reset() | DelegateBase | |
Stub typedef | DelegateBase | |
UtilityStub(DelegateBase *dst, const DelegateBase *src, CALLBACKMODE mode) | DelegateBase | protectedstatic |
~DelegateBase() | DelegateBase | |