![]() |
Kochol Game Engine
0.1.0
|
This class is for storing pointer to functions with four argument(s). More...
#include <ptr_fun.h>
Public Member Functions | |
PFunctor4 (Treturn(*_fun)(Targ1, Targ2, Targ3, Targ4)) | |
Constructor. | |
Treturn | Call (Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4) |
Call the user function with four argument. |
Protected Attributes | |
Treturn(* | m_pFun )(Targ1, Targ2, Targ3, Targ4) |
This class is for storing pointer to functions with four argument(s).
|
inline |
|
inlinevirtual |
Call the user function with four argument.
Implements kge::core::Functor4< Treturn, Targ1, Targ2, Targ3, Targ4 >.
Definition at line 175 of file ptr_fun.h.
References kge::core::PFunctor4< Treturn, Targ1, Targ2, Targ3, Targ4 >::m_pFun.
|
protected |
Pointer to member function
Definition at line 181 of file ptr_fun.h.
Referenced by kge::core::PFunctor4< Treturn, Targ1, Targ2, Targ3, Targ4 >::Call().