aGrUM
0.16.0
signaler7.h
Go to the documentation of this file.
1
31
#ifndef GUM_SIGNALER7_H
32
#define GUM_SIGNALER7_H
33
34
#include <
agrum/core/signal/signaler.h
>
35
36
#define MAKE_NAME(nom) nom##7
37
#define LIST_DECL_CLASSES \
38
class type1, class type2, class type3, class type4, class type5, class type6, \
39
class type7
40
#define LIST_CLASSES type1, type2, type3, type4, type5, type6, type7
41
#define LIST_DECL_ARGS \
42
type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6, \
43
type7 arg7
44
#define LIST_ARGS arg1, arg2, arg3, arg4, arg5, arg6, arg7
45
46
#define GUM_EMIT7(signal, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
47
this->signal(this, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
48
49
#define SIGNALER_PATRON_ACCEPTED
50
#include <
agrum/core/signal/signaler_with_args.pattern.h
>
51
52
#endif // GUM_SIGNALER7_H
signaler_with_args.pattern.h
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
signaler.h
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.