Fast DDS  Version 3.6.1.0
Fast DDS
CompleteMemberDetail Class Reference

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport CompleteMemberDetail ()
 Default constructor. More...
 
eProsima_user_DllExport ~CompleteMemberDetail ()
 Default destructor. More...
 
eProsima_user_DllExport CompleteMemberDetail (const CompleteMemberDetail &x)
 Copy constructor. More...
 
eProsima_user_DllExport CompleteMemberDetail (CompleteMemberDetail &&x) noexcept
 Move constructor. More...
 
eProsima_user_DllExport CompleteMemberDetailoperator= (const CompleteMemberDetail &x)
 Copy assignment. More...
 
eProsima_user_DllExport CompleteMemberDetailoperator= (CompleteMemberDetail &&x) noexcept
 Move assignment. More...
 
eProsima_user_DllExport bool operator== (const CompleteMemberDetail &x) const
 Comparison operator. More...
 
eProsima_user_DllExport bool operator!= (const CompleteMemberDetail &x) const
 Comparison operator. More...
 
eProsima_user_DllExport void name (const MemberName &_name)
 This function copies the value in member name. More...
 
eProsima_user_DllExport void name (MemberName &&_name)
 This function moves the value in member name. More...
 
eProsima_user_DllExport const MemberNamename () const
 This function returns a constant reference to member name. More...
 
eProsima_user_DllExport MemberNamename ()
 This function returns a reference to member name. More...
 
eProsima_user_DllExport void ann_builtin (const eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > &_ann_builtin)
 This function copies the value in member ann_builtin. More...
 
eProsima_user_DllExport void ann_builtin (eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > &&_ann_builtin)
 This function moves the value in member ann_builtin. More...
 
eProsima_user_DllExport const eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > & ann_builtin () const
 This function returns a constant reference to member ann_builtin. More...
 
eProsima_user_DllExport eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > & ann_builtin ()
 This function returns a reference to member ann_builtin. More...
 
eProsima_user_DllExport void ann_custom (const eprosima::fastcdr::optional< AppliedAnnotationSeq > &_ann_custom)
 This function copies the value in member ann_custom. More...
 
eProsima_user_DllExport void ann_custom (eprosima::fastcdr::optional< AppliedAnnotationSeq > &&_ann_custom)
 This function moves the value in member ann_custom. More...
 
eProsima_user_DllExport const eprosima::fastcdr::optional< AppliedAnnotationSeq > & ann_custom () const
 This function returns a constant reference to member ann_custom. More...
 
eProsima_user_DllExport eprosima::fastcdr::optional< AppliedAnnotationSeq > & ann_custom ()
 This function returns a reference to member ann_custom. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CompleteMemberDetail() [1/3]

eProsima_user_DllExport CompleteMemberDetail ( )
inline

Default constructor.

◆ ~CompleteMemberDetail()

eProsima_user_DllExport ~CompleteMemberDetail ( )
inline

Default destructor.

◆ CompleteMemberDetail() [2/3]

eProsima_user_DllExport CompleteMemberDetail ( const CompleteMemberDetail x)
inline

Copy constructor.

Parameters
xReference to the object CompleteMemberDetail that will be copied.

◆ CompleteMemberDetail() [3/3]

eProsima_user_DllExport CompleteMemberDetail ( CompleteMemberDetail &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object CompleteMemberDetail that will be copied.

Member Function Documentation

◆ ann_builtin() [1/4]

eProsima_user_DllExport eprosima::fastcdr::optional<AppliedBuiltinMemberAnnotations>& ann_builtin ( )
inline

This function returns a reference to member ann_builtin.

Returns
Reference to member ann_builtin

◆ ann_builtin() [2/4]

eProsima_user_DllExport const eprosima::fastcdr::optional<AppliedBuiltinMemberAnnotations>& ann_builtin ( ) const
inline

This function returns a constant reference to member ann_builtin.

Returns
Constant reference to member ann_builtin

◆ ann_builtin() [3/4]

eProsima_user_DllExport void ann_builtin ( const eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > &  _ann_builtin)
inline

This function copies the value in member ann_builtin.

Parameters
_ann_builtinNew value to be copied in member ann_builtin

◆ ann_builtin() [4/4]

eProsima_user_DllExport void ann_builtin ( eprosima::fastcdr::optional< AppliedBuiltinMemberAnnotations > &&  _ann_builtin)
inline

This function moves the value in member ann_builtin.

Parameters
_ann_builtinNew value to be moved in member ann_builtin

◆ ann_custom() [1/4]

eProsima_user_DllExport eprosima::fastcdr::optional<AppliedAnnotationSeq>& ann_custom ( )
inline

This function returns a reference to member ann_custom.

Returns
Reference to member ann_custom

◆ ann_custom() [2/4]

eProsima_user_DllExport const eprosima::fastcdr::optional<AppliedAnnotationSeq>& ann_custom ( ) const
inline

This function returns a constant reference to member ann_custom.

Returns
Constant reference to member ann_custom

◆ ann_custom() [3/4]

eProsima_user_DllExport void ann_custom ( const eprosima::fastcdr::optional< AppliedAnnotationSeq > &  _ann_custom)
inline

This function copies the value in member ann_custom.

Parameters
_ann_customNew value to be copied in member ann_custom

◆ ann_custom() [4/4]

eProsima_user_DllExport void ann_custom ( eprosima::fastcdr::optional< AppliedAnnotationSeq > &&  _ann_custom)
inline

This function moves the value in member ann_custom.

Parameters
_ann_customNew value to be moved in member ann_custom

◆ name() [1/4]

eProsima_user_DllExport MemberName& name ( )
inline

This function returns a reference to member name.

Returns
Reference to member name

◆ name() [2/4]

eProsima_user_DllExport const MemberName& name ( ) const
inline

This function returns a constant reference to member name.

Returns
Constant reference to member name

◆ name() [3/4]

eProsima_user_DllExport void name ( const MemberName _name)
inline

This function copies the value in member name.

Parameters
_nameNew value to be copied in member name

◆ name() [4/4]

eProsima_user_DllExport void name ( MemberName &&  _name)
inline

This function moves the value in member name.

Parameters
_nameNew value to be moved in member name

◆ operator!=()

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

Comparison operator.

Parameters
xCompleteMemberDetail object to compare.

◆ operator=() [1/2]

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

Move assignment.

Parameters
xReference to the object CompleteMemberDetail that will be copied.

◆ operator=() [2/2]

eProsima_user_DllExport CompleteMemberDetail& operator= ( const CompleteMemberDetail x)
inline

Copy assignment.

Parameters
xReference to the object CompleteMemberDetail that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xCompleteMemberDetail object to compare.

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