#include <UpdateOutputCallbacks.h>
Definition at line 56 of file UpdateOutputCallbacks.h.
art::UpdateOutputCallbacks::UpdateOutputCallbacks |
( |
| ) |
|
|
explicitdefault |
void art::UpdateOutputCallbacks::invoke |
( |
ProductTables const & |
tables | ) |
|
Definition at line 10 of file UpdateOutputCallbacks.cc.
12 HEP_CONCURRENCY_ASSERT_ONLY_ONE_THREAD();
14 [&tables](
auto const& callback) { callback(tables); });
std::vector< ProductListUpdatedCallback > callbacks_
auto for_all(FwdCont &, Func)
Definition at line 18 of file UpdateOutputCallbacks.cc.
20 HEP_CONCURRENCY_ASSERT_ONLY_ONE_THREAD();
std::vector< ProductListUpdatedCallback > callbacks_
The documentation for this class was generated from the following files: