OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <TypeObject.h>
Public Member Functions | |
TypeObjectHashId () | |
TypeObjectHashId (const EquivalenceKind &a_kind, const EquivalenceHashWrapper &a_hash) | |
bool | operator< (const TypeObjectHashId &other) const |
Public Attributes | |
EquivalenceKind | kind |
EquivalenceHash | hash |
Definition at line 338 of file TypeObject.h.
|
inline |
Definition at line 342 of file TypeObject.h.
|
inline |
Definition at line 346 of file TypeObject.h.
References OpenDDS::XTypes::EquivalenceHashWrapper::eh_.
|
inline |
Definition at line 353 of file TypeObject.h.
EquivalenceHash OpenDDS::XTypes::TypeObjectHashId::hash |
Definition at line 340 of file TypeObject.h.
Referenced by operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().
EquivalenceKind OpenDDS::XTypes::TypeObjectHashId::kind |
Definition at line 339 of file TypeObject.h.
Referenced by operator<(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and OpenDDS::DCPS::serialized_size().