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