![]() |
Kochol Game Engine
0.1.0
|
This class is for storing pointer to member functions with seven argument(s). More...
#include <mem_fun.h>
Public Member Functions | |
ZFunctor7 (Tclass *obj, Treturn(Tclass::*_fun)(Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)) | |
Constructor. | |
Treturn | Call (Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7) |
Call the user function with seven argument. |
Protected Attributes | |
Tclass * | m_pObj |
Treturn(Tclass::* | m_pFun )(Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7) |
This class is for storing pointer to member functions with seven argument(s).
|
inline |
|
inlinevirtual |
Call the user function with seven argument.
Implements kge::core::Functor7< Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7 >.
Definition at line 300 of file mem_fun.h.
References kge::core::ZFunctor7< Tclass, Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7 >::m_pFun, and kge::core::ZFunctor7< Tclass, Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7 >::m_pObj.
|
protected |
Pointer to member function
Definition at line 307 of file mem_fun.h.
Referenced by kge::core::ZFunctor7< Tclass, Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7 >::Call().
|
protected |
Pointer to class object.
Definition at line 306 of file mem_fun.h.
Referenced by kge::core::ZFunctor7< Tclass, Treturn, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7 >::Call().