LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
MFStatusUpdater.h File Reference

Go to the source code of this file.

Classes

class  art::MFStatusUpdater
 

Namespaces

 art
 HLT enums.
 

Macros

#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)
 
#define MFSU_1_ARG_UPDATER_DEFN(cb)
 
#define MFSU_2_ARG_UPDATER_DECL(cb)
 
#define MFSU_2_ARG_UPDATER_DEFN(cb)
 

Macro Definition Documentation

#define MFSU_0_ARG_UPDATER_DECL (   cb)    typename decltype(ActivityRegistry::s##cb)::result_type updateStatusTo##cb()

Definition at line 12 of file MFStatusUpdater.h.

#define MFSU_0_ARG_UPDATER_DEFN (   cb)
Value:
typename decltype(ActivityRegistry::s##cb)::result_type \
MFStatusUpdater::updateStatusTo##cb()
Float_t s
Definition: plot.C:23

Definition at line 15 of file MFStatusUpdater.h.

#define MFSU_1_ARG_UPDATER_DECL (   cb)
Value:
typename decltype(ActivityRegistry::s##cb)::result_type updateStatusTo##cb( \
typename decltype(ActivityRegistry::s##cb)::slot_type::argument_type)
Float_t s
Definition: plot.C:23

Definition at line 19 of file MFStatusUpdater.h.

#define MFSU_1_ARG_UPDATER_DEFN (   cb)
Value:
typename decltype(ActivityRegistry::s##cb)::result_type \
MFStatusUpdater::updateStatusTo##cb(typename decltype( \
ActivityRegistry::s##cb)::slot_type::argument_type arg1[[gnu::unused]])
Float_t s
Definition: plot.C:23

Definition at line 23 of file MFStatusUpdater.h.

#define MFSU_2_ARG_UPDATER_DECL (   cb)
Value:
typename decltype(ActivityRegistry::s##cb)::result_type updateStatusTo##cb( \
typename decltype( \
ActivityRegistry::s##cb)::slot_type::first_argument_type, \
typename decltype( \
ActivityRegistry::s##cb)::slot_type::second_argument_type)
Float_t s
Definition: plot.C:23

Definition at line 28 of file MFStatusUpdater.h.

#define MFSU_2_ARG_UPDATER_DEFN (   cb)
Value:
typename decltype(ActivityRegistry::s##cb)::result_type \
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]])
Float_t s
Definition: plot.C:23

Definition at line 35 of file MFStatusUpdater.h.