This class represents the structure PlainMapSTypeDefn defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | PlainMapSTypeDefn () |
Default constructor. | |
eProsima_user_DllExport | ~PlainMapSTypeDefn () |
Default destructor. | |
eProsima_user_DllExport | PlainMapSTypeDefn (const PlainMapSTypeDefn &x) |
Copy constructor. | |
eProsima_user_DllExport | PlainMapSTypeDefn (PlainMapSTypeDefn &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport PlainMapSTypeDefn & | operator= (const PlainMapSTypeDefn &x) |
Copy assignment. | |
eProsima_user_DllExport PlainMapSTypeDefn & | operator= (PlainMapSTypeDefn &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const PlainMapSTypeDefn &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const PlainMapSTypeDefn &x) const |
Comparison operator. | |
eProsima_user_DllExport void | header (const PlainCollectionHeader &_header) |
This function copies the value in member header. | |
eProsima_user_DllExport void | header (PlainCollectionHeader &&_header) |
This function moves the value in member header. | |
eProsima_user_DllExport const PlainCollectionHeader & | header () const |
This function returns a constant reference to member header. | |
eProsima_user_DllExport PlainCollectionHeader & | header () |
This function returns a reference to member header. | |
eProsima_user_DllExport void | bound (SBound _bound) |
This function sets a value in member bound. | |
eProsima_user_DllExport SBound | bound () const |
This function returns the value of member bound. | |
eProsima_user_DllExport SBound & | bound () |
This function returns a reference to member bound. | |
eProsima_user_DllExport void | element_identifier (const eprosima::fastcdr::external< TypeIdentifier > &_element_identifier) |
This function copies the value in member element_identifier. | |
eProsima_user_DllExport void | element_identifier (eprosima::fastcdr::external< TypeIdentifier > &&_element_identifier) |
This function moves the value in member element_identifier. | |
eProsima_user_DllExport const eprosima::fastcdr::external< TypeIdentifier > & | element_identifier () const |
This function returns a constant reference to member element_identifier. | |
eProsima_user_DllExport eprosima::fastcdr::external< TypeIdentifier > & | element_identifier () |
This function returns a reference to member element_identifier. | |
eProsima_user_DllExport void | key_flags (const CollectionElementFlag &_key_flags) |
This function copies the value in member key_flags. | |
eProsima_user_DllExport void | key_flags (CollectionElementFlag &&_key_flags) |
This function moves the value in member key_flags. | |
eProsima_user_DllExport const CollectionElementFlag & | key_flags () const |
This function returns a constant reference to member key_flags. | |
eProsima_user_DllExport CollectionElementFlag & | key_flags () |
This function returns a reference to member key_flags. | |
eProsima_user_DllExport void | key_identifier (const eprosima::fastcdr::external< TypeIdentifier > &_key_identifier) |
This function copies the value in member key_identifier. | |
eProsima_user_DllExport void | key_identifier (eprosima::fastcdr::external< TypeIdentifier > &&_key_identifier) |
This function moves the value in member key_identifier. | |
eProsima_user_DllExport const eprosima::fastcdr::external< TypeIdentifier > & | key_identifier () const |
This function returns a constant reference to member key_identifier. | |
eProsima_user_DllExport eprosima::fastcdr::external< TypeIdentifier > & | key_identifier () |
This function returns a reference to member key_identifier. | |
This class represents the structure PlainMapSTypeDefn defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object PlainMapSTypeDefn that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object PlainMapSTypeDefn 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 |
This function returns a reference to member element_identifier.
|
inline |
This function returns a constant reference to member element_identifier.
|
inline |
This function copies the value in member element_identifier.
_element_identifier | New value to be copied in member element_identifier |
|
inline |
This function moves the value in member element_identifier.
_element_identifier | New value to be moved in member element_identifier |
|
inline |
This function returns a reference to member header.
|
inline |
This function returns a constant reference to member header.
|
inline |
This function copies the value in member header.
_header | New value to be copied in member header |
|
inline |
This function moves the value in member header.
_header | New value to be moved in member header |
|
inline |
This function returns a reference to member key_flags.
|
inline |
This function returns a constant reference to member key_flags.
|
inline |
This function moves the value in member key_flags.
_key_flags | New value to be moved in member key_flags |
|
inline |
This function copies the value in member key_flags.
_key_flags | New value to be copied in member key_flags |
|
inline |
This function returns a reference to member key_identifier.
|
inline |
This function returns a constant reference to member key_identifier.
|
inline |
This function copies the value in member key_identifier.
_key_identifier | New value to be copied in member key_identifier |
|
inline |
This function moves the value in member key_identifier.
_key_identifier | New value to be moved in member key_identifier |
|
inline |
Comparison operator.
x | PlainMapSTypeDefn object to compare. |
|
inline |
Copy assignment.
x | Reference to the object PlainMapSTypeDefn that will be copied. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object PlainMapSTypeDefn that will be copied. |
|
inline |
Comparison operator.
x | PlainMapSTypeDefn object to compare. |