| golib
    0.5
    | 
Broadcasting caller class, like signals in the "signal/slot" paradigm. More...
#include <gofunctor2.h>
| Public Types | |
| typedef goFunctorBase1< Tret, Targ0 > | FunctorBase | 
| Function type represented by this class. | |
| typedef std::list< goAutoPtr< FunctorBase > > | FunctorList | 
| typedef goFunctorBase1< Tret, Targ0 > | FunctorBase | 
| Function type represented by this class. | |
| typedef goList< goAutoPtr< FunctorBase > > | FunctorList | 
| Public Member Functions | |
| void | connect (goAutoPtr< FunctorBase > f) | 
| void | disconnect (goAutoPtr< FunctorBase > f) | 
| void | clear () | 
| virtual void | operator() (Targ0 arg0) | 
| void | connect (goAutoPtr< FunctorBase > f) | 
| void | disconnect (goAutoPtr< FunctorBase > f) | 
| void | clear () | 
| virtual void | operator() (Targ0 arg0) | 
Broadcasting caller class, like signals in the "signal/slot" paradigm.