This class represents the structure PlainArraySElemDefn defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | PlainArraySElemDefn () |
Default constructor. | |
eProsima_user_DllExport | ~PlainArraySElemDefn () |
Default destructor. | |
eProsima_user_DllExport | PlainArraySElemDefn (const PlainArraySElemDefn &x) |
Copy constructor. | |
eProsima_user_DllExport | PlainArraySElemDefn (PlainArraySElemDefn &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport PlainArraySElemDefn & | operator= (const PlainArraySElemDefn &x) |
Copy assignment. | |
eProsima_user_DllExport PlainArraySElemDefn & | operator= (PlainArraySElemDefn &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const PlainArraySElemDefn &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const PlainArraySElemDefn &x) const |
Comparison operator. | |
eProsima_user_DllExport void | header (const PlainCollectionHeader &_header) |
This function copies the value in member header. | |
eProsima_user_DllExport void | header (PlainCollectionHeader &&_header) |
This function moves the value in member header. | |
eProsima_user_DllExport const PlainCollectionHeader & | header () const |
This function returns a constant reference to member header. | |
eProsima_user_DllExport PlainCollectionHeader & | header () |
This function returns a reference to member header. | |
eProsima_user_DllExport void | array_bound_seq (const SBoundSeq &_array_bound_seq) |
This function copies the value in member array_bound_seq. | |
eProsima_user_DllExport void | array_bound_seq (SBoundSeq &&_array_bound_seq) |
This function moves the value in member array_bound_seq. | |
eProsima_user_DllExport const SBoundSeq & | array_bound_seq () const |
This function returns a constant reference to member array_bound_seq. | |
eProsima_user_DllExport SBoundSeq & | array_bound_seq () |
This function returns a reference to member array_bound_seq. | |
eProsima_user_DllExport void | element_identifier (const eprosima::fastcdr::external< TypeIdentifier > &_element_identifier) |
This function copies the value in member element_identifier. | |
eProsima_user_DllExport void | element_identifier (eprosima::fastcdr::external< TypeIdentifier > &&_element_identifier) |
This function moves the value in member element_identifier. | |
eProsima_user_DllExport const eprosima::fastcdr::external< TypeIdentifier > & | element_identifier () const |
This function returns a constant reference to member element_identifier. | |
eProsima_user_DllExport eprosima::fastcdr::external< TypeIdentifier > & | element_identifier () |
This function returns a reference to member element_identifier. | |
This class represents the structure PlainArraySElemDefn defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object PlainArraySElemDefn that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object PlainArraySElemDefn that will be copied. |
|
inline |
This function returns a reference to member array_bound_seq.
|
inline |
This function returns a constant reference to member array_bound_seq.
|
inline |
This function copies the value in member array_bound_seq.
_array_bound_seq | New value to be copied in member array_bound_seq |
|
inline |
This function moves the value in member array_bound_seq.
_array_bound_seq | New value to be moved in member array_bound_seq |
|
inline |
This function returns a reference to member element_identifier.
|
inline |
This function returns a constant reference to member element_identifier.
|
inline |
This function copies the value in member element_identifier.
_element_identifier | New value to be copied in member element_identifier |
|
inline |
This function moves the value in member element_identifier.
_element_identifier | New value to be moved in member element_identifier |
|
inline |
This function returns a reference to member header.
|
inline |
This function returns a constant reference to member header.
|
inline |
This function copies the value in member header.
_header | New value to be copied in member header |
|
inline |
This function moves the value in member header.
_header | New value to be moved in member header |
|
inline |
Comparison operator.
x | PlainArraySElemDefn object to compare. |
|
inline |
Copy assignment.
x | Reference to the object PlainArraySElemDefn that will be copied. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object PlainArraySElemDefn that will be copied. |
|
inline |
Comparison operator.
x | PlainArraySElemDefn object to compare. |