This class represents the structure PlainCollectionHeader defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | PlainCollectionHeader () |
Default constructor. | |
eProsima_user_DllExport | ~PlainCollectionHeader () |
Default destructor. | |
eProsima_user_DllExport | PlainCollectionHeader (const PlainCollectionHeader &x) |
Copy constructor. | |
eProsima_user_DllExport | PlainCollectionHeader (PlainCollectionHeader &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport PlainCollectionHeader & | operator= (const PlainCollectionHeader &x) |
Copy assignment. | |
eProsima_user_DllExport PlainCollectionHeader & | operator= (PlainCollectionHeader &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const PlainCollectionHeader &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const PlainCollectionHeader &x) const |
Comparison operator. | |
eProsima_user_DllExport void | equiv_kind (EquivalenceKind _equiv_kind) |
This function sets a value in member equiv_kind. | |
eProsima_user_DllExport EquivalenceKind | equiv_kind () const |
This function returns the value of member equiv_kind. | |
eProsima_user_DllExport EquivalenceKind & | equiv_kind () |
This function returns a reference to member equiv_kind. | |
eProsima_user_DllExport void | element_flags (const CollectionElementFlag &_element_flags) |
This function copies the value in member element_flags. | |
eProsima_user_DllExport void | element_flags (CollectionElementFlag &&_element_flags) |
This function moves the value in member element_flags. | |
eProsima_user_DllExport const CollectionElementFlag & | element_flags () const |
This function returns a constant reference to member element_flags. | |
eProsima_user_DllExport CollectionElementFlag & | element_flags () |
This function returns a reference to member element_flags. | |
This class represents the structure PlainCollectionHeader defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object PlainCollectionHeader that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object PlainCollectionHeader that will be copied. |
|
inline |
This function returns a reference to member element_flags.
|
inline |
This function returns a constant reference to member element_flags.
|
inline |
This function moves the value in member element_flags.
_element_flags | New value to be moved in member element_flags |
|
inline |
This function copies the value in member element_flags.
_element_flags | New value to be copied in 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 |
|
inline |
Comparison operator.
x | PlainCollectionHeader object to compare. |
|
inline |
Copy assignment.
x | Reference to the object PlainCollectionHeader that will be copied. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object PlainCollectionHeader that will be copied. |
|
inline |
Comparison operator.
x | PlainCollectionHeader object to compare. |