56 if (this->data.find(_publisher.Topic()) == this->data.end())
59 this->data[_publisher.Topic()] =
64 auto &m = this->data[_publisher.Topic()];
65 if (m.find(_publisher.PUuid()) != m.end())
68 auto &v = m[_publisher.PUuid()];
72 return _pub.Addr() == _publisher.Addr() &&
73 _pub.NUuid() == _publisher.NUuid();
82 m[_publisher.PUuid()].push_back(T(_publisher));