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