

Public Types | |
| typedef RetT(* | InvokeFn) (const void *self, Args ...args) |
Public Types inherited from Btk::Impl::SlotBase | |
| typedef void(* | DeleteFn) (void *self, bool from_hasslots) |
Public Member Functions | |
| Slot (DeleteFn df, InvokeFn fn) | |
| RetT | invoke (Args ...args) const |
Public Member Functions inherited from Btk::Impl::SlotBase | |
| SlotBase (DeleteFn fn) | |
| void | cleanup (bool from_hasslots=false) |
Public Attributes | |
| InvokeFn | invoke_ptr |
Public Attributes inherited from Btk::Impl::SlotBase | |
| DeleteFn | delete_ptr |