|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <invocation.h>
Public Types | |
| typedef void(* | Action) (void *context, void *sender) |
Public Member Functions | |
| Invocation (Action a, void *c) | |
| void | perform (void *sender) |
Definition at line 4 of file invocation.h.
| typedef void(* Invocation::Action) (void *context, void *sender) |
Definition at line 6 of file invocation.h.
| Invocation::Invocation | ( | Action | a, |
| void * | c | ||
| ) |
Definition at line 3 of file invocation.cpp.
| void Invocation::perform | ( | void * | sender | ) |
Definition at line 9 of file invocation.cpp.