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

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

#include <Functor.h>

Inheritance diagram for kge::core::Functor2< Treturn, Targ1, Targ2 >:
kge::core::PFunctor2< Treturn, Targ1, Targ2 > kge::core::ZFunctor2< Tclass, Treturn, Targ1, Targ2 >

Public Member Functions

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

Detailed Description

template<class Treturn, class Targ1, class Targ2>
class kge::core::Functor2< Treturn, Targ1, Targ2 >

This class is for calling a function with two argument.

Definition at line 38 of file Functor.h.

Member Function Documentation

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

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