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