![]() |
Kochol Game Engine
0.1.0
|
This class is for storing pointer to functions with no argument(s). More...
#include <ptr_fun.h>
Public Member Functions | |
| PFunctor0 (Treturn(*_fun)()) | |
| Constructor. | |
| Treturn | Call () |
| Call the user function with no argument. | |
Protected Attributes | |
| Treturn(* | m_pFun )() |
This class is for storing pointer to functions with no argument(s).
|
inline |
|
inlinevirtual |
Call the user function with no argument.
Implements kge::core::Functor0< Treturn >.
Definition at line 30 of file ptr_fun.h.
References kge::core::PFunctor0< Treturn >::m_pFun.
|
protected |
Pointer to function
Definition at line 36 of file ptr_fun.h.
Referenced by kge::core::PFunctor0< Treturn >::Call().