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