#include <Functor.h>
Inheritance diagram for Teddy::Signals::TFunctor2:
Public Methods | |
TFunctor2 (T *object, R(T::*operation)(A1, A2)) | |
virtual R | operator() (A1 a1, A2 a2) |
Protected Attributes | |
T * | object |
R(T::* | operation )(A1, A2) |
|
|
|
Implements Teddy::Signals::Functor2. |
|
Definition at line 116 of file Functor.h. Referenced by operator(), and TFunctor2. |
|
Referenced by operator(), and TFunctor2. |