#include <TransportQueueElement.h>


Public Member Functions | |
| MatchOnPubId (const RepoId &id) | |
| virtual | ~MatchOnPubId () |
| virtual bool | matches (const TransportQueueElement &candidate) const |
| virtual bool | unique () const |
Private Attributes | |
| RepoId | pub_id_ |
Definition at line 67 of file TransportQueueElement.h.
| OpenDDS::DCPS::TransportQueueElement::MatchOnPubId::MatchOnPubId | ( | const RepoId & | id | ) | [inline, explicit] |
Definition at line 69 of file TransportQueueElement.h.
00069 : pub_id_(id) {}
| OpenDDS::DCPS::TransportQueueElement::MatchOnPubId::~MatchOnPubId | ( | ) | [virtual] |
Definition at line 111 of file TransportQueueElement.cpp.
| ACE_INLINE bool OpenDDS::DCPS::TransportQueueElement::MatchOnPubId::matches | ( | const TransportQueueElement & | candidate | ) | const [virtual] |
Implements OpenDDS::DCPS::TransportQueueElement::MatchCriteria.
Definition at line 98 of file TransportQueueElement.inl.
References OpenDDS::DCPS::GUID_UNKNOWN, pub_id_, and OpenDDS::DCPS::TransportQueueElement::publication_id().
00100 { 00101 return this->pub_id_ == candidate.publication_id() 00102 && this->pub_id_ != GUID_UNKNOWN; 00103 }

| virtual bool OpenDDS::DCPS::TransportQueueElement::MatchOnPubId::unique | ( | ) | const [inline, virtual] |
Implements OpenDDS::DCPS::TransportQueueElement::MatchCriteria.
Definition at line 72 of file TransportQueueElement.h.
Definition at line 74 of file TransportQueueElement.h.
Referenced by matches().
1.6.1