aGrUM  0.16.0
signaler3.h
Go to the documentation of this file.
1 
31 #ifndef GUM_SIGNALER3_H
32 #define GUM_SIGNALER3_H
33 
35 
36 #define MAKE_NAME(nom) nom##3
37 #define LIST_DECL_CLASSES class type1, class type2, class type3
38 #define LIST_CLASSES type1, type2, type3
39 #define LIST_DECL_ARGS type1 arg1, type2 arg2, type3 arg3
40 #define LIST_ARGS arg1, arg2, arg3
41 
42 #define GUM_EMIT3(signal, arg1, arg2, arg3) this->signal(this, arg1, arg2, arg3)
43 
44 #define SIGNALER_PATRON_ACCEPTED
46 
47 #endif // GUM_SIGNALER3_H
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.