Collaboration diagram for Callbacks:Modules | |
| Callback Implementation | |
| CallbackImpl classes. | |
| MakeBoundCallback from functions bound with up to three arguments. | |
| MakeCallback from function pointers | |
| Build Callbacks for functions which take varying numbers of arguments and potentially returning a value. | |
| MakeCallback from member function pointer | |
| Build Callbacks for class method members which take varying numbers of arguments and potentially returning a value. | |
| MakeCallback with no arguments | |