Kochol Game Engine  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kge::core::Functor0< Treturn > Class Template Reference

This class is for calling a function with no argument. More...

#include <Functor.h>

Inheritance diagram for kge::core::Functor0< Treturn >:
kge::core::MFunctor0< Tclass, Treturn > kge::core::PFunctor0< Treturn >

Public Member Functions

virtual Treturn Call ()=0
 Call the user function with no argument.

Detailed Description

template<class Treturn>
class kge::core::Functor0< Treturn >

This class is for calling a function with no argument.

Definition at line 16 of file Functor.h.

Member Function Documentation

template<class Treturn>
virtual Treturn kge::core::Functor0< Treturn >::Call ( )
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().


The documentation for this class was generated from the following file: