Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of code/doc/Functor


Ignore:
Timestamp:
Sep 30, 2008, 7:52:10 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Functor

    v5 v6  
    6868 * '''getTypenameReturnvalue()''': Returns the typename of the returnvalue as a string
    6969
    70 == Types ==
    71 There are two types of Functors: Functors for static functions and Functors for member functions. The following sections explain the difference.
     70== Subtypes ==
     71There are two subtypes of Functor: FunctorStatic for static functions and FunctorMember for member functions. The following sections explain the difference.
    7272
    7373=== FunctorStatic ===