This class represents the structure PlainSequenceLElemDefn defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | PlainSequenceLElemDefn () |
Default constructor. | |
eProsima_user_DllExport | ~PlainSequenceLElemDefn () |
Default destructor. | |
eProsima_user_DllExport | PlainSequenceLElemDefn (const PlainSequenceLElemDefn &x) |
Copy constructor. | |
eProsima_user_DllExport | PlainSequenceLElemDefn (PlainSequenceLElemDefn &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport PlainSequenceLElemDefn & | operator= (const PlainSequenceLElemDefn &x) |
Copy assignment. | |
eProsima_user_DllExport PlainSequenceLElemDefn & | operator= (PlainSequenceLElemDefn &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const PlainSequenceLElemDefn &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const PlainSequenceLElemDefn &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 | bound (LBound _bound) |
This function sets a value in member bound. | |
eProsima_user_DllExport LBound | bound () const |
This function returns the value of member bound. | |
eProsima_user_DllExport LBound & | bound () |
This function returns a reference to member bound. | |
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 PlainSequenceLElemDefn defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object PlainSequenceLElemDefn that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object PlainSequenceLElemDefn that will be copied. |
|
inline |
This function returns a reference to member bound.
|
inline |
This function returns the value of member bound.
|
inline |
This function sets a value in member bound.
_bound | New value for member bound |
|
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 | PlainSequenceLElemDefn object to compare. |
|
inline |
Copy assignment.
x | Reference to the object PlainSequenceLElemDefn that will be copied. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object PlainSequenceLElemDefn that will be copied. |
|
inline |
Comparison operator.
x | PlainSequenceLElemDefn object to compare. |