Fast DDS  Version 3.1.2
Fast DDS
Loading...
Searching...
No Matches

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ MinimalTypeDetail() [1/3]

eProsima_user_DllExport MinimalTypeDetail ( )
inline

Default constructor.

◆ ~MinimalTypeDetail()

eProsima_user_DllExport ~MinimalTypeDetail ( )
inline

Default destructor.

◆ MinimalTypeDetail() [2/3]

eProsima_user_DllExport MinimalTypeDetail ( const MinimalTypeDetail x)
inline

Copy constructor.

Parameters
xReference to the object MinimalTypeDetail that will be copied.

◆ MinimalTypeDetail() [3/3]

eProsima_user_DllExport MinimalTypeDetail ( MinimalTypeDetail &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object MinimalTypeDetail that will be copied.

Member Function Documentation

◆ operator!=()

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

Comparison operator.

Parameters
xMinimalTypeDetail object to compare.

◆ operator=() [1/2]

eProsima_user_DllExport MinimalTypeDetail & operator= ( const MinimalTypeDetail x)
inline

Copy assignment.

Parameters
xReference to the object MinimalTypeDetail that will be copied.

◆ operator=() [2/2]

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

Move assignment.

Parameters
xReference to the object MinimalTypeDetail that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xMinimalTypeDetail object to compare.

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