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