This class represents the structure CompleteTypeDetail defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | CompleteTypeDetail () |
Default constructor. | |
eProsima_user_DllExport | ~CompleteTypeDetail () |
Default destructor. | |
eProsima_user_DllExport | CompleteTypeDetail (const CompleteTypeDetail &x) |
Copy constructor. | |
eProsima_user_DllExport | CompleteTypeDetail (CompleteTypeDetail &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport CompleteTypeDetail & | operator= (const CompleteTypeDetail &x) |
Copy assignment. | |
eProsima_user_DllExport CompleteTypeDetail & | operator= (CompleteTypeDetail &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const CompleteTypeDetail &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const CompleteTypeDetail &x) const |
Comparison operator. | |
eProsima_user_DllExport void | ann_builtin (const eprosima::fastcdr::optional< AppliedBuiltinTypeAnnotations > &_ann_builtin) |
This function copies the value in member ann_builtin. | |
eProsima_user_DllExport void | ann_builtin (eprosima::fastcdr::optional< AppliedBuiltinTypeAnnotations > &&_ann_builtin) |
This function moves the value in member ann_builtin. | |
eProsima_user_DllExport const eprosima::fastcdr::optional< AppliedBuiltinTypeAnnotations > & | ann_builtin () const |
This function returns a constant reference to member ann_builtin. | |
eProsima_user_DllExport eprosima::fastcdr::optional< AppliedBuiltinTypeAnnotations > & | 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. | |
eProsima_user_DllExport void | type_name (const QualifiedTypeName &_type_name) |
This function copies the value in member type_name. | |
eProsima_user_DllExport void | type_name (QualifiedTypeName &&_type_name) |
This function moves the value in member type_name. | |
eProsima_user_DllExport const QualifiedTypeName & | type_name () const |
This function returns a constant reference to member type_name. | |
eProsima_user_DllExport QualifiedTypeName & | type_name () |
This function returns a reference to member type_name. | |
This class represents the structure CompleteTypeDetail defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object CompleteTypeDetail that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object CompleteTypeDetail 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 |
Comparison operator.
x | CompleteTypeDetail object to compare. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object CompleteTypeDetail that will be copied. |
|
inline |
Copy assignment.
x | Reference to the object CompleteTypeDetail that will be copied. |
|
inline |
Comparison operator.
x | CompleteTypeDetail object to compare. |
|
inline |
This function returns a reference to member type_name.
|
inline |
This function returns a constant reference to member type_name.
|
inline |
This function copies the value in member type_name.
_type_name | New value to be copied in member type_name |
|
inline |
This function moves the value in member type_name.
_type_name | New value to be moved in member type_name |