Changes between Version 5 and Version 6 of code/doc/Executor
- Timestamp:
- Oct 1, 2008, 2:09:44 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Executor
v5 v6 111 111 (*executor)(object); // this is equivalent to object->someFunction(20); 112 112 }}} 113 114 == Illustration == 115 [[Image(Executor.png)]]