Go to the source code of this file.
#define MFSU_0_ARG_UPDATER_DECL |
( |
|
cb | ) |
typename decltype(ActivityRegistry::s##cb)::result_type updateStatusTo##cb() |
#define MFSU_0_ARG_UPDATER_DEFN |
( |
|
cb | ) |
|
#define MFSU_1_ARG_UPDATER_DECL |
( |
|
cb | ) |
|
Value: typename decltype(ActivityRegistry::
s##cb)::slot_type::argument_type)
Definition at line 19 of file MFStatusUpdater.h.
#define MFSU_1_ARG_UPDATER_DEFN |
( |
|
cb | ) |
|
Value: MFStatusUpdater::updateStatusTo##cb(typename decltype( \
ActivityRegistry::
s##cb)::slot_type::argument_type arg1[[gnu::unused]])
Definition at line 23 of file MFStatusUpdater.h.
#define MFSU_2_ARG_UPDATER_DECL |
( |
|
cb | ) |
|
Value: typename decltype( \
ActivityRegistry::
s##cb)::slot_type::first_argument_type, \
typename decltype( \
ActivityRegistry::
s##cb)::slot_type::second_argument_type)
Definition at line 28 of file MFStatusUpdater.h.
#define MFSU_2_ARG_UPDATER_DEFN |
( |
|
cb | ) |
|
Value: MFStatusUpdater::updateStatusTo##cb( \
typename decltype( \
ActivityRegistry::
s##cb)::slot_type::first_argument_type \
arg1[[gnu::unused]], \
typename decltype( \
ActivityRegistry::
s##cb)::slot_type::second_argument_type \
arg2[[gnu::unused]])
Definition at line 35 of file MFStatusUpdater.h.