15.2.2.7.2. GuidPrefix_t¶
-
struct
eprosima::fastrtps::rtps
::
GuidPrefix_t
¶ Structure GuidPrefix_t, Guid Prefix of GUID_t.
Public Functions
-
GuidPrefix_t
()¶ Default constructor. Set the Guid prefix to 0.
-
bool
operator==
(const GuidPrefix_t &prefix) const¶ Guid prefix comparison operator
- Return
True if the guid prefixes are equal
- Parameters
prefix
: guid prefix to compare
-
bool
operator!=
(const GuidPrefix_t &prefix) const¶ Guid prefix comparison operator
- Return
True if the guid prefixes are not equal
- Parameters
prefix
: Second guid prefix to compare
-
bool
operator<
(const GuidPrefix_t &prefix) const¶ Guid prefix minor operator
- Return
True if prefix is higher
- Parameters
prefix
: Second guid prefix to compare
-