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