aGrUM
0.17.2
a C++ library for (probabilistic) graphical models
signaler1.h
Go to the documentation of this file.
1
31
#ifndef GUM_SIGNALER1_H
32
#define GUM_SIGNALER1_H
33
34
#include <
agrum/tools/core/signal/signaler.h
>
35
36
#define MAKE_NAME(nom) nom##1
37
#define LIST_DECL_CLASSES class type1
38
#define LIST_CLASSES type1
39
#define LIST_DECL_ARGS type1 arg1
40
#define LIST_ARGS arg1
41
42
#define GUM_EMIT1(signal, arg1) this->signal(this, arg1)
43
44
#define SIGNALER_PATRON_ACCEPTED
45
#include <
agrum/tools/core/signal/signaler_with_args.pattern.h
>
46
47
#endif // GUM_SIGNALER1_H
signaler_with_args.pattern.h
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
signaler.h
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.