#include <BundlingCacheKey.h>
Definition at line 30 of file BundlingCacheKey.h.
◆ BundlingCacheKey() [1/2]
OpenDDS::DCPS::BundlingCacheKey::BundlingCacheKey |
( |
const GUID_t & |
dst_guid, |
|
|
const GUID_t & |
src_guid |
|
) |
| |
|
inline |
◆ BundlingCacheKey() [2/2]
OpenDDS::DCPS::BundlingCacheKey::BundlingCacheKey |
( |
const BundlingCacheKey & |
val | ) |
|
|
inline |
◆ get_contained_guids()
void OpenDDS::DCPS::BundlingCacheKey::get_contained_guids |
( |
GuidSet & |
set | ) |
const |
|
inline |
◆ operator<()
bool OpenDDS::DCPS::BundlingCacheKey::operator< |
( |
const BundlingCacheKey & |
rhs | ) |
const |
|
inline |
Definition at line 43 of file BundlingCacheKey.h.
45 return std::memcmp(static_cast<const void*>(
this), static_cast<const void*>(&rhs),
sizeof (
BundlingCacheKey)) < 0;
BundlingCacheKey(const GUID_t &dst_guid, const GUID_t &src_guid)
◆ operator==()
bool OpenDDS::DCPS::BundlingCacheKey::operator== |
( |
const BundlingCacheKey & |
rhs | ) |
const |
|
inline |
Definition at line 48 of file BundlingCacheKey.h.
50 return std::memcmp(static_cast<const void*>(
this), static_cast<const void*>(&rhs),
sizeof (
BundlingCacheKey)) == 0;
BundlingCacheKey(const GUID_t &dst_guid, const GUID_t &src_guid)
◆ dst_guid_
GUID_t OpenDDS::DCPS::BundlingCacheKey::dst_guid_ |
◆ src_guid_
GUID_t OpenDDS::DCPS::BundlingCacheKey::src_guid_ |
The documentation for this struct was generated from the following file: