![]() |
Kochol Game Engine
0.1.0
|
This class is for calling a function with nine argument. More...
#include <Functor.h>
Public Member Functions | |
virtual Treturn | Call (Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)=0 |
Call the user function with no argument. |
This class is for calling a function with nine argument.
|
pure virtual |
Call the user function with no argument.
Implemented in kge::core::ZFunctor9< Tclass, Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9 >, and kge::core::PFunctor9< Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9 >.