29 #ifndef GUM_SIGNALER3_H 30 #define GUM_SIGNALER3_H 34 #define MAKE_NAME(nom) nom##3 35 #define LIST_DECL_CLASSES class type1, class type2, class type3 36 #define LIST_CLASSES type1, type2, type3 37 #define LIST_DECL_ARGS type1 arg1, type2 arg2, type3 arg3 38 #define LIST_ARGS arg1, arg2, arg3 40 #define GUM_EMIT3(signal, arg1, arg2, arg3) this->signal(this, arg1, arg2, arg3) 42 #define SIGNALER_PATRON_ACCEPTED 45 #endif // GUM_SIGNALER3_H Meta classes for signalers.