aGrUM  0.14.2
signaler0.h File Reference

Class of gum::Signaler0. More...

+ Include dependency graph for signaler0.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::Signaler0
 class for signal with 0 args More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Macros

#define GUM_EMIT0(signal)   this->signal(this)
 this macro is the good way of emitting a signal. More...
 

Detailed Description

Class of gum::Signaler0.

Author
Pierre-Henri WUILLEMIN and Christophe GONZALES

Definition in file signaler0.h.

Macro Definition Documentation

◆ GUM_EMIT0

#define GUM_EMIT0 (   signal)    this->signal(this)

this macro is the good way of emitting a signal.

Definition at line 144 of file signaler0.h.