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

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

#include <Functor.h>

Inheritance diagram for kge::core::Functor1< Treturn, Targ1 >:
kge::core::PFunctor1< Treturn, Targ1 > kge::core::ZFunctor1< Tclass, Treturn, Targ1 >

Public Member Functions

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

Detailed Description

template<class Treturn, class Targ1>
class kge::core::Functor1< Treturn, Targ1 >

This class is for calling a function with one argument.

Definition at line 27 of file Functor.h.

Member Function Documentation

template<class Treturn, class Targ1>
virtual Treturn kge::core::Functor1< Treturn, Targ1 >::Call ( Targ1  )
pure virtual

Call the user function with no argument.

Implemented in kge::core::ZFunctor1< Tclass, Treturn, Targ1 >, and kge::core::PFunctor1< Treturn, Targ1 >.


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