54 if (this->data.find(_publisher.Topic()) == this->data.end())
57 this->data[_publisher.Topic()] =
62 auto &m = this->data[_publisher.Topic()];
63 if (m.find(_publisher.PUuid()) != m.end())
66 auto &v = m[_publisher.PUuid()];
70 return _pub.Addr() == _publisher.Addr() &&
71 _pub.NUuid() == _publisher.NUuid();
80 m[_publisher.PUuid()].push_back(T(_publisher));