|
|
| ClassSlot (Class *ptr, Method m) |
| |
|
| Slot (DeleteFn df, InvokeFn fn) |
| |
|
RetT | invoke (Args ...args) const |
| |
|
| SlotBase (DeleteFn fn) |
| |
|
void | cleanup (bool from_hasslots=false) |
| |
|
|
static RetT | Invoke (const void *__self, Args ...args) |
| |
|
static void | Delete (void *self, bool from_hasslots) |
| |
|
|
Class * | class_ptr |
| |
|
Method | method |
| |
|
std::list< Connection >::iterator | iter |
| |
|
InvokeFn | invoke_ptr |
| |
|
DeleteFn | delete_ptr |
| |
|
|
typedef RetT(* | InvokeFn) (const void *self, Args ...args) |
| |
|
typedef void(* | DeleteFn) (void *self, bool from_hasslots) |
| |
The documentation for this struct was generated from the following file: