Wrap functions, objects, and arguments into self contained callbacks. More...
Collaboration diagram for Callbacks:Modules | |
| Callback Implementation | |
| Callback implementation 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 | |
Wrap functions, objects, and arguments into self contained callbacks.
Wrapped callbacks are at the heart of scheduling events in the simulator.