#include <LocatorCacheKey.h>
Definition at line 29 of file LocatorCacheKey.h.
◆ LocatorCacheKey() [1/2]
OpenDDS::DCPS::LocatorCacheKey::LocatorCacheKey |
( |
const GUID_t & |
remote, |
|
|
const GUID_t & |
local, |
|
|
bool |
prefer_unicast |
|
) |
| |
|
inline |
◆ LocatorCacheKey() [2/2]
OpenDDS::DCPS::LocatorCacheKey::LocatorCacheKey |
( |
const LocatorCacheKey & |
val | ) |
|
|
inline |
◆ get_contained_guids()
void OpenDDS::DCPS::LocatorCacheKey::get_contained_guids |
( |
GuidSet & |
set | ) |
const |
|
inline |
◆ operator<()
bool OpenDDS::DCPS::LocatorCacheKey::operator< |
( |
const LocatorCacheKey & |
rhs | ) |
const |
|
inline |
Definition at line 44 of file LocatorCacheKey.h.
46 return std::memcmp(static_cast<const void*>(
this), static_cast<const void*>(&rhs),
sizeof (
LocatorCacheKey)) < 0;
LocatorCacheKey(const GUID_t &remote, const GUID_t &local, bool prefer_unicast)
◆ operator==()
bool OpenDDS::DCPS::LocatorCacheKey::operator== |
( |
const LocatorCacheKey & |
rhs | ) |
const |
|
inline |
Definition at line 49 of file LocatorCacheKey.h.
51 return std::memcmp(static_cast<const void*>(
this), static_cast<const void*>(&rhs),
sizeof (
LocatorCacheKey)) == 0;
LocatorCacheKey(const GUID_t &remote, const GUID_t &local, bool prefer_unicast)
◆ local_
GUID_t OpenDDS::DCPS::LocatorCacheKey::local_ |
◆ prefer_unicast_
bool OpenDDS::DCPS::LocatorCacheKey::prefer_unicast_ |
◆ remote_
GUID_t OpenDDS::DCPS::LocatorCacheKey::remote_ |
The documentation for this struct was generated from the following file: