This class represents the structure StronglyConnectedComponentId defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | StronglyConnectedComponentId () |
Default constructor. | |
eProsima_user_DllExport | ~StronglyConnectedComponentId () |
Default destructor. | |
eProsima_user_DllExport | StronglyConnectedComponentId (const StronglyConnectedComponentId &x) |
Copy constructor. | |
eProsima_user_DllExport | StronglyConnectedComponentId (StronglyConnectedComponentId &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport StronglyConnectedComponentId & | operator= (const StronglyConnectedComponentId &x) |
Copy assignment. | |
eProsima_user_DllExport StronglyConnectedComponentId & | operator= (StronglyConnectedComponentId &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const StronglyConnectedComponentId &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const StronglyConnectedComponentId &x) const |
Comparison operator. | |
eProsima_user_DllExport void | sc_component_id (const TypeObjectHashId &_sc_component_id) |
This function copies the value in member sc_component_id. | |
eProsima_user_DllExport void | sc_component_id (TypeObjectHashId &&_sc_component_id) |
This function moves the value in member sc_component_id. | |
eProsima_user_DllExport const TypeObjectHashId & | sc_component_id () const |
This function returns a constant reference to member sc_component_id. | |
eProsima_user_DllExport TypeObjectHashId & | sc_component_id () |
This function returns a reference to member sc_component_id. | |
eProsima_user_DllExport void | scc_length (int32_t _scc_length) |
This function sets a value in member scc_length. | |
eProsima_user_DllExport int32_t | scc_length () const |
This function returns the value of member scc_length. | |
eProsima_user_DllExport int32_t & | scc_length () |
This function returns a reference to member scc_length. | |
eProsima_user_DllExport void | scc_index (int32_t _scc_index) |
This function sets a value in member scc_index. | |
eProsima_user_DllExport int32_t | scc_index () const |
This function returns the value of member scc_index. | |
eProsima_user_DllExport int32_t & | scc_index () |
This function returns a reference to member scc_index. | |
This class represents the structure StronglyConnectedComponentId defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object StronglyConnectedComponentId that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object StronglyConnectedComponentId that will be copied. |
|
inline |
Comparison operator.
x | StronglyConnectedComponentId object to compare. |
|
inline |
Copy assignment.
x | Reference to the object StronglyConnectedComponentId that will be copied. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object StronglyConnectedComponentId that will be copied. |
|
inline |
Comparison operator.
x | StronglyConnectedComponentId object to compare. |
|
inline |
This function returns a reference to member sc_component_id.
|
inline |
This function returns a constant reference to member sc_component_id.
|
inline |
This function copies the value in member sc_component_id.
_sc_component_id | New value to be copied in member sc_component_id |
|
inline |
This function moves the value in member sc_component_id.
_sc_component_id | New value to be moved in member sc_component_id |
|
inline |
This function returns a reference to member scc_index.
|
inline |
This function returns the value of member scc_index.
|
inline |
This function sets a value in member scc_index.
_scc_index | New value for member scc_index |
|
inline |
This function returns a reference to member scc_length.
|
inline |
This function returns the value of member scc_length.
|
inline |
This function sets a value in member scc_length.
_scc_length | New value for member scc_length |