This class represents the structure CompleteMapType defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | CompleteMapType () |
Default constructor. | |
eProsima_user_DllExport | ~CompleteMapType () |
Default destructor. | |
eProsima_user_DllExport | CompleteMapType (const CompleteMapType &x) |
Copy constructor. | |
eProsima_user_DllExport | CompleteMapType (CompleteMapType &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport CompleteMapType & | operator= (const CompleteMapType &x) |
Copy assignment. | |
eProsima_user_DllExport CompleteMapType & | operator= (CompleteMapType &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const CompleteMapType &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const CompleteMapType &x) const |
Comparison operator. | |
eProsima_user_DllExport void | collection_flag (const CollectionTypeFlag &_collection_flag) |
This function copies the value in member collection_flag. | |
eProsima_user_DllExport void | collection_flag (CollectionTypeFlag &&_collection_flag) |
This function moves the value in member collection_flag. | |
eProsima_user_DllExport const CollectionTypeFlag & | collection_flag () const |
This function returns a constant reference to member collection_flag. | |
eProsima_user_DllExport CollectionTypeFlag & | collection_flag () |
This function returns a reference to member collection_flag. | |
eProsima_user_DllExport void | header (const CompleteCollectionHeader &_header) |
This function copies the value in member header. | |
eProsima_user_DllExport void | header (CompleteCollectionHeader &&_header) |
This function moves the value in member header. | |
eProsima_user_DllExport const CompleteCollectionHeader & | header () const |
This function returns a constant reference to member header. | |
eProsima_user_DllExport CompleteCollectionHeader & | header () |
This function returns a reference to member header. | |
eProsima_user_DllExport void | key (const CompleteCollectionElement &_key) |
This function copies the value in member key. | |
eProsima_user_DllExport void | key (CompleteCollectionElement &&_key) |
This function moves the value in member key. | |
eProsima_user_DllExport const CompleteCollectionElement & | key () const |
This function returns a constant reference to member key. | |
eProsima_user_DllExport CompleteCollectionElement & | key () |
This function returns a reference to member key. | |
eProsima_user_DllExport void | element (const CompleteCollectionElement &_element) |
This function copies the value in member element. | |
eProsima_user_DllExport void | element (CompleteCollectionElement &&_element) |
This function moves the value in member element. | |
eProsima_user_DllExport const CompleteCollectionElement & | element () const |
This function returns a constant reference to member element. | |
eProsima_user_DllExport CompleteCollectionElement & | element () |
This function returns a reference to member element. | |
This class represents the structure CompleteMapType defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object CompleteMapType that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object CompleteMapType that will be copied. |
|
inline |
This function returns a reference to member collection_flag.
|
inline |
This function returns a constant reference to member collection_flag.
|
inline |
This function moves the value in member collection_flag.
_collection_flag | New value to be moved in member collection_flag |
|
inline |
This function copies the value in member collection_flag.
_collection_flag | New value to be copied in member collection_flag |
|
inline |
This function returns a reference to member element.
|
inline |
This function returns a constant reference to member element.
|
inline |
This function moves the value in member element.
_element | New value to be moved in member element |
|
inline |
This function copies the value in member element.
_element | New value to be copied in member element |
|
inline |
This function returns a reference to member header.
|
inline |
This function returns a constant reference to member header.
|
inline |
This function moves the value in member header.
_header | New value to be moved in member header |
|
inline |
This function copies the value in member header.
_header | New value to be copied in member header |
|
inline |
This function returns a reference to member key.
|
inline |
This function returns a constant reference to member key.
|
inline |
This function moves the value in member key.
_key | New value to be moved in member key |
|
inline |
This function copies the value in member key.
_key | New value to be copied in member key |
|
inline |
Comparison operator.
x | CompleteMapType object to compare. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object CompleteMapType that will be copied. |
|
inline |
Copy assignment.
x | Reference to the object CompleteMapType that will be copied. |
|
inline |
Comparison operator.
x | CompleteMapType object to compare. |