Changes between Version 5 and Version 6 of code/doc/Functor
- Timestamp:
- Sep 30, 2008, 7:52:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Functor
v5 v6 68 68 * '''getTypenameReturnvalue()''': Returns the typename of the returnvalue as a string 69 69 70 == Types ==71 There are two types of Functors: Functors for static functions and Functorsfor member functions. The following sections explain the difference.70 == Subtypes == 71 There are two subtypes of Functor: FunctorStatic for static functions and FunctorMember for member functions. The following sections explain the difference. 72 72 73 73 === FunctorStatic ===