aGrUM  0.14.2
listener.h File Reference

Class of listener. More...

#include <algorithm>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/core/debug.h>
#include <agrum/core/signal/listener_inl.h>
+ Include dependency graph for listener.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Class of listener.

Author
Pierre-Henri WUILLEMIN and Christophe GONZALES

Definition in file listener.h.

Macro Definition Documentation

◆ GUM_CONNECT