#include <AddressCache.h>
Definition at line 54 of file AddressCache.h.
◆ AddressCacheEntryProxy()
Definition at line 55 of file AddressCache.h.
RcHandle< AddressCacheEntry > entry_
◆ addrs()
const AddrSet& OpenDDS::DCPS::AddressCacheEntryProxy::addrs |
( |
| ) |
const |
|
inline |
◆ operator<()
Definition at line 65 of file AddressCache.h.
References entry_.
66 #if defined ACE_HAS_CPP11 67 return (rhs.entry_ && (!
entry_ || (
entry_->addrs_hash_ < rhs.entry_->addrs_hash_ || (
entry_->addrs_hash_ == rhs.entry_->addrs_hash_ &&
entry_->addrs_ < rhs.entry_->addrs_))));
69 return (rhs.entry_ && (!
entry_ || (
entry_->addrs_ < rhs.entry_->addrs_)));
RcHandle< AddressCacheEntry > entry_
◆ operator==()
Definition at line 57 of file AddressCache.h.
References entry_.
58 #if defined ACE_HAS_CPP11 59 return entry_ && rhs.entry_ &&
entry_->addrs_hash_ == rhs.entry_->addrs_hash_ &&
entry_->addrs_ == rhs.entry_->addrs_;
61 return entry_ && rhs.entry_ &&
entry_->addrs_ == rhs.entry_->addrs_;
RcHandle< AddressCacheEntry > entry_
◆ entry_
The documentation for this struct was generated from the following file: