Changes between Version 2 and Version 3 of code/doc/Executor
- Timestamp:
- Sep 30, 2008, 7:49:48 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Executor
v2 v3 90 90 91 91 === ExecutorStatic === 92 ExecutorStatic accepts only [wiki:Functor#FunctorStatic]. Read the linked chapter for more information.92 ExecutorStatic accepts only a [wiki:Functor#FunctorStatic FunctorStatic]. Read the linked chapter for more information. 93 93 94 94 === ExecutorMember === 95 ExecutorMember accepts only [wiki:Functor#FunctorMember]. Read the linked chapter for more information. To call an ExecutorMember, just use it like FunctorMember:95 ExecutorMember accepts only a [wiki:Functor#FunctorMember FunctorMember]. Read the linked chapter for more information. To call an ExecutorMember, just use it like FunctorMember: 96 96 {{{ 97 97 class SomeClass