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