15.2.2.16. SampleIdentity¶
-
class
eprosima::fastrtps::rtps
::
SampleIdentity
¶ This class is used to specify a sample.
Public Functions
-
SampleIdentity
()¶ Default constructor.
Constructs an unknown SampleIdentity.
-
SampleIdentity
(const SampleIdentity &sample_id)¶ Copy constructor.
-
SampleIdentity
(SampleIdentity &&sample_id)¶ Move constructor.
-
SampleIdentity &
operator=
(const SampleIdentity &sample_id)¶ Assignment operator.
-
SampleIdentity &
operator=
(SampleIdentity &&sample_id)¶ Move constructor.
-
bool
operator<
(const SampleIdentity &sample) const¶ To allow using SampleIdentity as map key.
- Return
- Parameters
sample
:
-