This class represents the structure CompleteMemberDetail defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | CompleteMemberDetail () |
Default constructor. | |
eProsima_user_DllExport | ~CompleteMemberDetail () |
Default destructor. | |
eProsima_user_DllExport | CompleteMemberDetail (const CompleteMemberDetail &x) |
Copy constructor. | |
eProsima_user_DllExport | CompleteMemberDetail (CompleteMemberDetail &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport CompleteMemberDetail & | operator= (const CompleteMemberDetail &x) |
Copy assignment. | |
eProsima_user_DllExport CompleteMemberDetail & | operator= (CompleteMemberDetail &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const CompleteMemberDetail &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const CompleteMemberDetail &x) const |
Comparison operator. | |
eProsima_user_DllExport void | name (const MemberName &_name) |
This function copies the value in member name. | |
eProsima_user_DllExport void | name (MemberName &&_name) |
This function moves the value in member name. | |
eProsima_user_DllExport const MemberName & | name () const |
This function returns a constant reference to member name. | |
eProsima_user_DllExport MemberName & | name () |
This function returns a reference to member name. | |
eProsima_user_DllExport void | ann_builtin (const eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > &_ann_builtin) |
This function copies the value in member ann_builtin. | |
eProsima_user_DllExport void | ann_builtin (eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > &&_ann_builtin) |
This function moves the value in member ann_builtin. | |
eProsima_user_DllExport const eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > & | ann_builtin () const |
This function returns a constant reference to member ann_builtin. | |
eProsima_user_DllExport eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > & | ann_builtin () |
This function returns a reference to member ann_builtin. | |
eProsima_user_DllExport void | ann_custom (const eprosima::fastcdr::optional< AppliedAnnotationSeq > &_ann_custom) |
This function copies the value in member ann_custom. | |
eProsima_user_DllExport void | ann_custom (eprosima::fastcdr::optional< AppliedAnnotationSeq > &&_ann_custom) |
This function moves the value in member ann_custom. | |
eProsima_user_DllExport const eprosima::fastcdr::optional< AppliedAnnotationSeq > & | ann_custom () const |
This function returns a constant reference to member ann_custom. | |
eProsima_user_DllExport eprosima::fastcdr::optional< AppliedAnnotationSeq > & | ann_custom () |
This function returns a reference to member ann_custom. | |
This class represents the structure CompleteMemberDetail defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object CompleteMemberDetail that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object CompleteMemberDetail that will be copied. |
|
inline |
This function returns a reference to member ann_builtin.
|
inline |
This function returns a constant reference to member ann_builtin.
|
inline |
This function copies the value in member ann_builtin.
_ann_builtin | New value to be copied in member ann_builtin |
|
inline |
This function moves the value in member ann_builtin.
_ann_builtin | New value to be moved in member ann_builtin |
|
inline |
This function returns a reference to member ann_custom.
|
inline |
This function returns a constant reference to member ann_custom.
|
inline |
This function copies the value in member ann_custom.
_ann_custom | New value to be copied in member ann_custom |
|
inline |
This function moves the value in member ann_custom.
_ann_custom | New value to be moved in member ann_custom |
|
inline |
This function returns a reference to member name.
|
inline |
This function returns a constant reference to member name.
|
inline |
This function copies the value in member name.
_name | New value to be copied in member name |
|
inline |
This function moves the value in member name.
_name | New value to be moved in member name |
|
inline |
Comparison operator.
x | CompleteMemberDetail object to compare. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object CompleteMemberDetail that will be copied. |
|
inline |
Copy assignment.
x | Reference to the object CompleteMemberDetail that will be copied. |
|
inline |
Comparison operator.
x | CompleteMemberDetail object to compare. |