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