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. More... | |
| eProsima_user_DllExport | ~CommonCollectionHeader () |
| Default destructor. More... | |
| eProsima_user_DllExport | CommonCollectionHeader (const CommonCollectionHeader &x) |
| Copy constructor. More... | |
| eProsima_user_DllExport | CommonCollectionHeader (CommonCollectionHeader &&x) noexcept |
| Move constructor. More... | |
| eProsima_user_DllExport CommonCollectionHeader & | operator= (const CommonCollectionHeader &x) |
| Copy assignment. More... | |
| eProsima_user_DllExport CommonCollectionHeader & | operator= (CommonCollectionHeader &&x) noexcept |
| Move assignment. More... | |
| eProsima_user_DllExport bool | operator== (const CommonCollectionHeader &x) const |
| Comparison operator. More... | |
| eProsima_user_DllExport bool | operator!= (const CommonCollectionHeader &x) const |
| Comparison operator. More... | |
| eProsima_user_DllExport void | bound (LBound _bound) |
| This function sets a value in member bound. More... | |
| eProsima_user_DllExport LBound | bound () const |
| This function returns the value of member bound. More... | |
| eProsima_user_DllExport LBound & | bound () |
| This function returns a reference to member bound. More... | |
This class represents the structure CommonCollectionHeader defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
| x | Reference to the object CommonCollectionHeader that will be copied. |
|
inlinenoexcept |
Move constructor.
| x | Reference to the object CommonCollectionHeader that will be copied. |
|
inline |
This function returns a reference to member bound.
|
inline |
This function returns the value of member bound.
|
inline |
This function sets a value in member bound.
| _bound | New value for member bound |
|
inline |
Comparison operator.
| x | CommonCollectionHeader object to compare. |
|
inlinenoexcept |
Move assignment.
| x | Reference to the object CommonCollectionHeader that will be copied. |
|
inline |
Copy assignment.
| x | Reference to the object CommonCollectionHeader that will be copied. |
|
inline |
Comparison operator.
| x | CommonCollectionHeader object to compare. |