Fast DDS  Version 3.1.0
Fast DDS
Loading...
Searching...
No Matches
ExtendedAnnotationParameterValue Class Reference

This class represents the structure ExtendedAnnotationParameterValue defined by the user in the IDL file. More...

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport ExtendedAnnotationParameterValue ()
 Default constructor.
 
eProsima_user_DllExport ~ExtendedAnnotationParameterValue ()
 Default destructor.
 
eProsima_user_DllExport ExtendedAnnotationParameterValue (const ExtendedAnnotationParameterValue &x)
 Copy constructor.
 
eProsima_user_DllExport ExtendedAnnotationParameterValue (ExtendedAnnotationParameterValue &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport ExtendedAnnotationParameterValueoperator= (const ExtendedAnnotationParameterValue &x)
 Copy assignment.
 
eProsima_user_DllExport ExtendedAnnotationParameterValueoperator= (ExtendedAnnotationParameterValue &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const ExtendedAnnotationParameterValue &x) const
 Comparison operator.
 
eProsima_user_DllExport bool operator!= (const ExtendedAnnotationParameterValue &x) const
 Comparison operator.
 

Detailed Description

This class represents the structure ExtendedAnnotationParameterValue defined by the user in the IDL file.

Constructor & Destructor Documentation

◆ ExtendedAnnotationParameterValue() [1/3]

eProsima_user_DllExport ExtendedAnnotationParameterValue ( )
inline

Default constructor.

◆ ~ExtendedAnnotationParameterValue()

eProsima_user_DllExport ~ExtendedAnnotationParameterValue ( )
inline

Default destructor.

◆ ExtendedAnnotationParameterValue() [2/3]

eProsima_user_DllExport ExtendedAnnotationParameterValue ( const ExtendedAnnotationParameterValue x)
inline

Copy constructor.

Parameters
xReference to the object ExtendedAnnotationParameterValue that will be copied.

◆ ExtendedAnnotationParameterValue() [3/3]

eProsima_user_DllExport ExtendedAnnotationParameterValue ( ExtendedAnnotationParameterValue &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object ExtendedAnnotationParameterValue that will be copied.

Member Function Documentation

◆ operator!=()

eProsima_user_DllExport bool operator!= ( const ExtendedAnnotationParameterValue x) const
inline

Comparison operator.

Parameters
xExtendedAnnotationParameterValue object to compare.

◆ operator=() [1/2]

eProsima_user_DllExport ExtendedAnnotationParameterValue & operator= ( const ExtendedAnnotationParameterValue x)
inline

Copy assignment.

Parameters
xReference to the object ExtendedAnnotationParameterValue that will be copied.

◆ operator=() [2/2]

eProsima_user_DllExport ExtendedAnnotationParameterValue & operator= ( ExtendedAnnotationParameterValue &&  x)
inlinenoexcept

Move assignment.

Parameters
xReference to the object ExtendedAnnotationParameterValue that will be copied.

◆ operator==()

eProsima_user_DllExport bool operator== ( const ExtendedAnnotationParameterValue x) const
inline

Comparison operator.

Parameters
xExtendedAnnotationParameterValue object to compare.

The documentation for this class was generated from the following file: