Fast DDS  Version 3.1.2
Fast DDS
Loading...
Searching...
No Matches
MinimalArrayHeader Class Reference

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ MinimalArrayHeader() [1/3]

eProsima_user_DllExport MinimalArrayHeader ( )
inline

Default constructor.

◆ ~MinimalArrayHeader()

eProsima_user_DllExport ~MinimalArrayHeader ( )
inline

Default destructor.

◆ MinimalArrayHeader() [2/3]

eProsima_user_DllExport MinimalArrayHeader ( const MinimalArrayHeader x)
inline

Copy constructor.

Parameters
xReference to the object MinimalArrayHeader that will be copied.

◆ MinimalArrayHeader() [3/3]

eProsima_user_DllExport MinimalArrayHeader ( MinimalArrayHeader &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object MinimalArrayHeader that will be copied.

Member Function Documentation

◆ common() [1/4]

eProsima_user_DllExport CommonArrayHeader & common ( )
inline

This function returns a reference to member common.

Returns
Reference to member common

◆ common() [2/4]

eProsima_user_DllExport const CommonArrayHeader & 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 ( CommonArrayHeader &&  _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 CommonArrayHeader _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 MinimalArrayHeader x) const
inline

Comparison operator.

Parameters
xMinimalArrayHeader object to compare.

◆ operator=() [1/2]

eProsima_user_DllExport MinimalArrayHeader & operator= ( const MinimalArrayHeader x)
inline

Copy assignment.

Parameters
xReference to the object MinimalArrayHeader that will be copied.

◆ operator=() [2/2]

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

Move assignment.

Parameters
xReference to the object MinimalArrayHeader that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xMinimalArrayHeader object to compare.

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