![]() |
Kochol Game Engine
0.1.0
|
This class is for calling a function with one argument. More...
#include <Functor.h>
Public Member Functions | |
virtual Treturn | Call (Targ1)=0 |
Call the user function with no argument. |
This class is for calling a function with one argument.
|
pure virtual |
Call the user function with no argument.
Implemented in kge::core::ZFunctor1< Tclass, Treturn, Targ1 >, and kge::core::PFunctor1< Treturn, Targ1 >.