Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 30, 2008, 1:32:17 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Functor

    v4 v5  
    1515Functor.h implements all those templates by using a macro to avoid annoying code repetition.
    1616
    17 '''Limitation''': Because Functor uses [wiki:MultiType] to pass the arguments, parameters and return values must be of a [wiki:MultiType# supported type].
     17'''Limitation''': Because Functor uses [wiki:MultiType] to pass the arguments, parameters and return values must be of a [wiki:MultiType#Types supported type].
    1818
    1919Hint: Functor is used in [wiki:Executor]. Executor adds a lot of features and makes using function-pointers even more comfortable.