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

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

#include <dds_xtypes_typeobject.hpp>

Public Member Functions

eProsima_user_DllExport MinimalBitfield ()
 Default constructor.
 
eProsima_user_DllExport ~MinimalBitfield ()
 Default destructor.
 
eProsima_user_DllExport MinimalBitfield (const MinimalBitfield &x)
 Copy constructor.
 
eProsima_user_DllExport MinimalBitfield (MinimalBitfield &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport MinimalBitfieldoperator= (const MinimalBitfield &x)
 Copy assignment.
 
eProsima_user_DllExport MinimalBitfieldoperator= (MinimalBitfield &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const MinimalBitfield &x) const
 Comparison operator.
 
eProsima_user_DllExport bool operator!= (const MinimalBitfield &x) const
 Comparison operator.
 
eProsima_user_DllExport void common (const CommonBitfield &_common)
 This function copies the value in member common.
 
eProsima_user_DllExport void common (CommonBitfield &&_common)
 This function moves the value in member common.
 
eProsima_user_DllExport const CommonBitfieldcommon () const
 This function returns a constant reference to member common.
 
eProsima_user_DllExport CommonBitfieldcommon ()
 This function returns a reference to member common.
 
eProsima_user_DllExport void name_hash (const NameHash &_name_hash)
 This function copies the value in member name_hash.
 
eProsima_user_DllExport void name_hash (NameHash &&_name_hash)
 This function moves the value in member name_hash.
 
eProsima_user_DllExport const NameHashname_hash () const
 This function returns a constant reference to member name_hash.
 
eProsima_user_DllExport NameHashname_hash ()
 This function returns a reference to member name_hash.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MinimalBitfield() [1/3]

eProsima_user_DllExport MinimalBitfield ( )
inline

Default constructor.

◆ ~MinimalBitfield()

eProsima_user_DllExport ~MinimalBitfield ( )
inline

Default destructor.

◆ MinimalBitfield() [2/3]

eProsima_user_DllExport MinimalBitfield ( const MinimalBitfield x)
inline

Copy constructor.

Parameters
xReference to the object MinimalBitfield that will be copied.

◆ MinimalBitfield() [3/3]

eProsima_user_DllExport MinimalBitfield ( MinimalBitfield &&  x)
inlinenoexcept

Move constructor.

Parameters
xReference to the object MinimalBitfield that will be copied.

Member Function Documentation

◆ common() [1/4]

eProsima_user_DllExport CommonBitfield & common ( )
inline

This function returns a reference to member common.

Returns
Reference to member common

◆ common() [2/4]

eProsima_user_DllExport const CommonBitfield & 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 ( CommonBitfield &&  _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 CommonBitfield _common)
inline

This function copies the value in member common.

Parameters
_commonNew value to be copied in member common

◆ name_hash() [1/4]

eProsima_user_DllExport NameHash & name_hash ( )
inline

This function returns a reference to member name_hash.

Returns
Reference to member name_hash

◆ name_hash() [2/4]

eProsima_user_DllExport const NameHash & name_hash ( ) const
inline

This function returns a constant reference to member name_hash.

Returns
Constant reference to member name_hash

◆ name_hash() [3/4]

eProsima_user_DllExport void name_hash ( const NameHash _name_hash)
inline

This function copies the value in member name_hash.

Parameters
_name_hashNew value to be copied in member name_hash

◆ name_hash() [4/4]

eProsima_user_DllExport void name_hash ( NameHash &&  _name_hash)
inline

This function moves the value in member name_hash.

Parameters
_name_hashNew value to be moved in member name_hash

◆ operator!=()

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

Comparison operator.

Parameters
xMinimalBitfield object to compare.

◆ operator=() [1/2]

eProsima_user_DllExport MinimalBitfield & operator= ( const MinimalBitfield x)
inline

Copy assignment.

Parameters
xReference to the object MinimalBitfield that will be copied.

◆ operator=() [2/2]

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

Move assignment.

Parameters
xReference to the object MinimalBitfield that will be copied.

◆ operator==()

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

Comparison operator.

Parameters
xMinimalBitfield object to compare.

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