|
MoSync 3.2.1
|
A function or method wrapper, possibly along with its parameters. It can conveniently be called without having to care about it's details. More...
#include <testify/bind.hpp>
Public Member Functions | |
| Functor (void) | |
| virtual | ~Functor (void) |
| virtual void | operator() (void)=0 |
A function or method wrapper, possibly along with its parameters. It can conveniently be called without having to care about it's details.
| Testify::Functor::Functor | ( | void | ) | [inline] |
Constructor
| virtual Testify::Functor::~Functor | ( | void | ) | [inline, virtual] |
Destructor
| virtual void Testify::Functor::operator() | ( | void | ) | [pure virtual] |
Invokes the function/method that the functor wraps