aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
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

namespace  gum
 gum is the global namespace for all aGrUM entities

Macros

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

Detailed Description

Class of gum::Signaler0.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) & Christophe GONZALES(_at_AMU)

Definition in file signaler0.h.

Macro Definition Documentation

◆ GUM_EMIT0

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

this macro is the good way of emitting a signal.

Definition at line 170 of file signaler0.h.