24 class CallbackWrapper {
30 : prod_(iProd), callback_(iCallback), reg_(iReg), mdesc_(iDesc), lastSize_(iProd->typeLabelList().
size()) {}
32 void operator()(BranchDescription
const& iDesc) {
37 void addToRegistry() {
40 if (lastSize_ != plist.size()) {
41 ProducerBase::TypeLabelList::const_iterator pStart = plist.begin();
42 advance(pStart, lastSize_);
44 lastSize_ = plist.size();
49 ProductRegistryHelper* prod_;
51 ProductRegistry* reg_;
52 ModuleDescription mdesc_;
53 unsigned int lastSize_;
65 bool isListener =
false;
88 for (
auto it =
range.first; it !=
range.second; ++it) {
89 putIndicies_[iBranchType].push_back(std::get<2>(it->second));
91 for (
auto const& tl : plist) {
92 if (
convertToBranchType(tl.transition_) == iBranchType and (tl.typeID_ == *std::get<0>(it->second)) and
93 (tl.productInstanceName_ == std::get<1>(it->second))) {