This class represents the structure PlainCollectionHeader defined by the user in the IDL file. More...
#include <TypeIdentifierTypes.h>
Public Member Functions | |
RTPS_DllAPI | PlainCollectionHeader () |
Default constructor. | |
RTPS_DllAPI | ~PlainCollectionHeader () |
Default destructor. | |
RTPS_DllAPI | PlainCollectionHeader (const PlainCollectionHeader &x) |
Copy constructor. | |
RTPS_DllAPI | PlainCollectionHeader (PlainCollectionHeader &&x) |
Move constructor. | |
RTPS_DllAPI PlainCollectionHeader & | operator= (const PlainCollectionHeader &x) |
Copy assignment. | |
RTPS_DllAPI PlainCollectionHeader & | operator= (PlainCollectionHeader &&x) |
Move assignment. | |
RTPS_DllAPI void | equiv_kind (EquivalenceKind _equiv_kind) |
This function sets a value in member equiv_kind. | |
RTPS_DllAPI EquivalenceKind | equiv_kind () const |
This function returns the value of member equiv_kind. | |
RTPS_DllAPI EquivalenceKind & | equiv_kind () |
This function returns a reference to member equiv_kind. | |
RTPS_DllAPI void | element_flags (CollectionElementFlag _element_flags) |
This function sets a value in member element_flags. | |
RTPS_DllAPI CollectionElementFlag | element_flags () const |
This function returns the value of member element_flags. | |
RTPS_DllAPI CollectionElementFlag & | element_flags () |
This function returns a reference to member element_flags. | |
RTPS_DllAPI bool | consistent (const PlainCollectionHeader &x, const fastdds::dds::TypeConsistencyEnforcementQosPolicy &consistency) const |
This class represents the structure PlainCollectionHeader defined by the user in the IDL file.
RTPS_DllAPI PlainCollectionHeader | ( | ) |
Default constructor.
RTPS_DllAPI ~PlainCollectionHeader | ( | ) |
Default destructor.
RTPS_DllAPI PlainCollectionHeader | ( | const PlainCollectionHeader & | x | ) |
Copy constructor.
x | Reference to the object PlainCollectionHeader that will be copied. |
RTPS_DllAPI PlainCollectionHeader | ( | PlainCollectionHeader && | x | ) |
Move constructor.
x | Reference to the object PlainCollectionHeader that will be copied. |
RTPS_DllAPI bool consistent | ( | const PlainCollectionHeader & | x, |
const fastdds::dds::TypeConsistencyEnforcementQosPolicy & | consistency | ||
) | const |
|
inline |
This function returns a reference to member element_flags.
|
inline |
This function returns the value of member element_flags.
|
inline |
This function sets a value in member element_flags.
_element_flags | New value for member element_flags |
|
inline |
This function returns a reference to member equiv_kind.
|
inline |
This function returns the value of member equiv_kind.
|
inline |
This function sets a value in member equiv_kind.
_equiv_kind | New value for member equiv_kind |
RTPS_DllAPI PlainCollectionHeader & operator= | ( | const PlainCollectionHeader & | x | ) |
Copy assignment.
x | Reference to the object PlainCollectionHeader that will be copied. |
RTPS_DllAPI PlainCollectionHeader & operator= | ( | PlainCollectionHeader && | x | ) |
Move assignment.
x | Reference to the object PlainCollectionHeader that will be copied. |