Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 24, 2010, 4:56:37 PM (14 years ago)
Author:
landauf
Message:

re-implemented Functor - without macros!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/CorePrereqs.h

    r7204 r7212  
    200200    class ExecutorStatic;
    201201    class Functor;
    202     template <class T>
     202    template <class O>
    203203    class FunctorMember;
    204     class FunctorStatic;
     204    typedef FunctorMember<void> FunctorStatic;
     205    template <class F, class O>
     206    class FunctorPointer;
    205207    class IOConsole;
    206208    class IRC;
Note: See TracChangeset for help on using the changeset viewer.