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