Fast DDS  Version 3.0.0
Fast DDS
Loading...
Searching...
No Matches
CommonEnumeratedHeader Class Reference

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport CommonEnumeratedHeader ()
 Default constructor.
 
eProsima_user_DllExport ~CommonEnumeratedHeader ()
 Default destructor.
 
eProsima_user_DllExport CommonEnumeratedHeader (const CommonEnumeratedHeader &x)
 Copy constructor.
 
eProsima_user_DllExport CommonEnumeratedHeader (CommonEnumeratedHeader &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport CommonEnumeratedHeaderoperator= (const CommonEnumeratedHeader &x)
 Copy assignment.
 
eProsima_user_DllExport CommonEnumeratedHeaderoperator= (CommonEnumeratedHeader &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const CommonEnumeratedHeader &x) const
 Comparison operator.
 
eProsima_user_DllExport bool operator!= (const CommonEnumeratedHeader &x) const
 Comparison operator.
 
eProsima_user_DllExport void bit_bound (BitBound _bit_bound)
 This function sets a value in member bit_bound.
 
eProsima_user_DllExport BitBound bit_bound () const
 This function returns the value of member bit_bound.
 
eProsima_user_DllExport BitBoundbit_bound ()
 This function returns a reference to member bit_bound.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CommonEnumeratedHeader() [1/3]

eProsima_user_DllExport CommonEnumeratedHeader ( )
inline

Default constructor.

◆ ~CommonEnumeratedHeader()

eProsima_user_DllExport ~CommonEnumeratedHeader ( )
inline

Default destructor.

◆ CommonEnumeratedHeader() [2/3]

eProsima_user_DllExport CommonEnumeratedHeader ( const CommonEnumeratedHeader x)
inline

Copy constructor.

Parameters
xReference to the object CommonEnumeratedHeader that will be copied.

◆ CommonEnumeratedHeader() [3/3]

eProsima_user_DllExport CommonEnumeratedHeader ( CommonEnumeratedHeader &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object CommonEnumeratedHeader that will be copied.

Member Function Documentation

◆ bit_bound() [1/3]

eProsima_user_DllExport BitBound & bit_bound ( )
inline

This function returns a reference to member bit_bound.

Returns
Reference to member bit_bound

◆ bit_bound() [2/3]

eProsima_user_DllExport BitBound bit_bound ( ) const
inline

This function returns the value of member bit_bound.

Returns
Value of member bit_bound

◆ bit_bound() [3/3]

eProsima_user_DllExport void bit_bound ( BitBound  _bit_bound)
inline

This function sets a value in member bit_bound.

Parameters
_bit_boundNew value for member bit_bound

◆ operator!=()

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

Comparison operator.

Parameters
xCommonEnumeratedHeader object to compare.

◆ operator=() [1/2]

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

Move assignment.

Parameters
xReference to the object CommonEnumeratedHeader that will be copied.

◆ operator=() [2/2]

eProsima_user_DllExport CommonEnumeratedHeader & operator= ( const CommonEnumeratedHeader x)
inline

Copy assignment.

Parameters
xReference to the object CommonEnumeratedHeader that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xCommonEnumeratedHeader object to compare.

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