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

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport CommonCollectionHeader ()
 Default constructor.
 
eProsima_user_DllExport ~CommonCollectionHeader ()
 Default destructor.
 
eProsima_user_DllExport CommonCollectionHeader (const CommonCollectionHeader &x)
 Copy constructor.
 
eProsima_user_DllExport CommonCollectionHeader (CommonCollectionHeader &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport CommonCollectionHeaderoperator= (const CommonCollectionHeader &x)
 Copy assignment.
 
eProsima_user_DllExport CommonCollectionHeaderoperator= (CommonCollectionHeader &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const CommonCollectionHeader &x) const
 Comparison operator.
 
eProsima_user_DllExport bool operator!= (const CommonCollectionHeader &x) const
 Comparison operator.
 
eProsima_user_DllExport void bound (LBound _bound)
 This function sets a value in member bound.
 
eProsima_user_DllExport LBound bound () const
 This function returns the value of member bound.
 
eProsima_user_DllExport LBoundbound ()
 This function returns a reference to member bound.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CommonCollectionHeader() [1/3]

eProsima_user_DllExport CommonCollectionHeader ( )
inline

Default constructor.

◆ ~CommonCollectionHeader()

eProsima_user_DllExport ~CommonCollectionHeader ( )
inline

Default destructor.

◆ CommonCollectionHeader() [2/3]

eProsima_user_DllExport CommonCollectionHeader ( const CommonCollectionHeader x)
inline

Copy constructor.

Parameters
xReference to the object CommonCollectionHeader that will be copied.

◆ CommonCollectionHeader() [3/3]

eProsima_user_DllExport CommonCollectionHeader ( CommonCollectionHeader &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object CommonCollectionHeader that will be copied.

Member Function Documentation

◆ bound() [1/3]

eProsima_user_DllExport LBound & bound ( )
inline

This function returns a reference to member bound.

Returns
Reference to member bound

◆ bound() [2/3]

eProsima_user_DllExport LBound bound ( ) const
inline

This function returns the value of member bound.

Returns
Value of member bound

◆ bound() [3/3]

eProsima_user_DllExport void bound ( LBound  _bound)
inline

This function sets a value in member bound.

Parameters
_boundNew value for member bound

◆ operator!=()

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

Comparison operator.

Parameters
xCommonCollectionHeader object to compare.

◆ operator=() [1/2]

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

Move assignment.

Parameters
xReference to the object CommonCollectionHeader that will be copied.

◆ operator=() [2/2]

eProsima_user_DllExport CommonCollectionHeader & operator= ( const CommonCollectionHeader x)
inline

Copy assignment.

Parameters
xReference to the object CommonCollectionHeader that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xCommonCollectionHeader object to compare.

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