![]() |
aGrUM
0.14.2
|
Class of listener. More...
#include <algorithm>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/core/debug.h>
#include <agrum/core/signal/listener_inl.h>
Go to the source code of this file.
Classes | |
class | gum::Listener |
Every class who would catch signal from signaler should derive from Listener. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Macros | |
#define | GUM_CONNECT(sender, signal, receiver, target) (sender).signal.attach(&(receiver), &target) |
Class of listener.
Definition in file listener.h.
#define GUM_CONNECT | ( | sender, | |
signal, | |||
receiver, | |||
target | |||
) | (sender).signal.attach(&(receiver), &target) |
Definition at line 96 of file listener.h.
Referenced by gum::ApproximationSchemeListener::ApproximationSchemeListener(), gum::DiGraphListener::DiGraphListener(), gum::MixedGraphListener::MixedGraphListener(), gum::NodeGraphPartIteratorSafe::NodeGraphPartIteratorSafe(), gum::ProgressListener::ProgressListener(), and gum::UndiGraphListener::UndiGraphListener().