This class represents the structure CommonCollectionElement defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | CommonCollectionElement () |
Default constructor. | |
eProsima_user_DllExport | ~CommonCollectionElement () |
Default destructor. | |
eProsima_user_DllExport | CommonCollectionElement (const CommonCollectionElement &x) |
Copy constructor. | |
eProsima_user_DllExport | CommonCollectionElement (CommonCollectionElement &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport CommonCollectionElement & | operator= (const CommonCollectionElement &x) |
Copy assignment. | |
eProsima_user_DllExport CommonCollectionElement & | operator= (CommonCollectionElement &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const CommonCollectionElement &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const CommonCollectionElement &x) const |
Comparison operator. | |
eProsima_user_DllExport void | element_flags (const CollectionElementFlag &_element_flags) |
This function copies the value in member element_flags. | |
eProsima_user_DllExport void | element_flags (CollectionElementFlag &&_element_flags) |
This function moves the value in member element_flags. | |
eProsima_user_DllExport const CollectionElementFlag & | element_flags () const |
This function returns a constant reference to member element_flags. | |
eProsima_user_DllExport CollectionElementFlag & | element_flags () |
This function returns a reference to member element_flags. | |
eProsima_user_DllExport void | type (const TypeIdentifier &_type) |
This function copies the value in member type. | |
eProsima_user_DllExport void | type (TypeIdentifier &&_type) |
This function moves the value in member type. | |
eProsima_user_DllExport const TypeIdentifier & | type () const |
This function returns a constant reference to member type. | |
eProsima_user_DllExport TypeIdentifier & | type () |
This function returns a reference to member type. | |
This class represents the structure CommonCollectionElement defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object CommonCollectionElement that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object CommonCollectionElement that will be copied. |
|
inline |
This function returns a reference to member element_flags.
|
inline |
This function returns a constant reference to member element_flags.
|
inline |
This function moves the value in member element_flags.
_element_flags | New value to be moved in member element_flags |
|
inline |
This function copies the value in member element_flags.
_element_flags | New value to be copied in member element_flags |
|
inline |
Comparison operator.
x | CommonCollectionElement object to compare. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object CommonCollectionElement that will be copied. |
|
inline |
Copy assignment.
x | Reference to the object CommonCollectionElement that will be copied. |
|
inline |
Comparison operator.
x | CommonCollectionElement object to compare. |
|
inline |
This function returns a reference to member type.
|
inline |
This function returns a constant reference to member type.
|
inline |
This function copies the value in member type.
_type | New value to be copied in member type |
|
inline |
This function moves the value in member type.
_type | New value to be moved in member type |