Fast DDS  Version 3.0.1
Fast DDS
Loading...
Searching...
No Matches
MinimalCollectionElement Class Reference

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport MinimalCollectionElement ()
 Default constructor.
 
eProsima_user_DllExport ~MinimalCollectionElement ()
 Default destructor.
 
eProsima_user_DllExport MinimalCollectionElement (const MinimalCollectionElement &x)
 Copy constructor.
 
eProsima_user_DllExport MinimalCollectionElement (MinimalCollectionElement &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport MinimalCollectionElementoperator= (const MinimalCollectionElement &x)
 Copy assignment.
 
eProsima_user_DllExport MinimalCollectionElementoperator= (MinimalCollectionElement &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const MinimalCollectionElement &x) const
 Comparison operator.
 
eProsima_user_DllExport bool operator!= (const MinimalCollectionElement &x) const
 Comparison operator.
 
eProsima_user_DllExport void common (const CommonCollectionElement &_common)
 This function copies the value in member common.
 
eProsima_user_DllExport void common (CommonCollectionElement &&_common)
 This function moves the value in member common.
 
eProsima_user_DllExport const CommonCollectionElementcommon () const
 This function returns a constant reference to member common.
 
eProsima_user_DllExport CommonCollectionElementcommon ()
 This function returns a reference to member common.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MinimalCollectionElement() [1/3]

eProsima_user_DllExport MinimalCollectionElement ( )
inline

Default constructor.

◆ ~MinimalCollectionElement()

eProsima_user_DllExport ~MinimalCollectionElement ( )
inline

Default destructor.

◆ MinimalCollectionElement() [2/3]

eProsima_user_DllExport MinimalCollectionElement ( const MinimalCollectionElement x)
inline

Copy constructor.

Parameters
xReference to the object MinimalCollectionElement that will be copied.

◆ MinimalCollectionElement() [3/3]

eProsima_user_DllExport MinimalCollectionElement ( MinimalCollectionElement &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object MinimalCollectionElement that will be copied.

Member Function Documentation

◆ common() [1/4]

eProsima_user_DllExport CommonCollectionElement & common ( )
inline

This function returns a reference to member common.

Returns
Reference to member common

◆ common() [2/4]

eProsima_user_DllExport const CommonCollectionElement & common ( ) const
inline

This function returns a constant reference to member common.

Returns
Constant reference to member common

◆ common() [3/4]

eProsima_user_DllExport void common ( CommonCollectionElement &&  _common)
inline

This function moves the value in member common.

Parameters
_commonNew value to be moved in member common

◆ common() [4/4]

eProsima_user_DllExport void common ( const CommonCollectionElement _common)
inline

This function copies the value in member common.

Parameters
_commonNew value to be copied in member common

◆ operator!=()

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

Comparison operator.

Parameters
xMinimalCollectionElement object to compare.

◆ operator=() [1/2]

eProsima_user_DllExport MinimalCollectionElement & operator= ( const MinimalCollectionElement x)
inline

Copy assignment.

Parameters
xReference to the object MinimalCollectionElement that will be copied.

◆ operator=() [2/2]

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

Move assignment.

Parameters
xReference to the object MinimalCollectionElement that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xMinimalCollectionElement object to compare.

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