#include <TransportQueueElement.h>
Inheritance diagram for OpenDDS::DCPS::TransportQueueElement::MatchCriteria:

Public Member Functions | |
| virtual bool | matches (const TransportQueueElement &candidate) const =0 |
| virtual bool | unique () const =0 |
Protected Member Functions | |
| virtual | ~MatchCriteria () |
| MatchCriteria () | |
Private Member Functions | |
| MatchCriteria (const MatchCriteria &) | |
| MatchCriteria & | operator= (const MatchCriteria &) |
Definition at line 53 of file TransportQueueElement.h.
| OpenDDS::DCPS::TransportQueueElement::MatchCriteria::~MatchCriteria | ( | ) | [protected, virtual] |
| OpenDDS::DCPS::TransportQueueElement::MatchCriteria::MatchCriteria | ( | ) | [inline, protected] |
| OpenDDS::DCPS::TransportQueueElement::MatchCriteria::MatchCriteria | ( | const MatchCriteria & | ) | [private] |
| virtual bool OpenDDS::DCPS::TransportQueueElement::MatchCriteria::matches | ( | const TransportQueueElement & | candidate | ) | const [pure virtual] |
| MatchCriteria& OpenDDS::DCPS::TransportQueueElement::MatchCriteria::operator= | ( | const MatchCriteria & | ) | [private] |
| virtual bool OpenDDS::DCPS::TransportQueueElement::MatchCriteria::unique | ( | ) | const [pure virtual] |
1.4.7