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