19.2.3.9.2. InstanceHandle_t
-
struct InstanceHandle_t
Struct InstanceHandle_t, used to contain the key for WITH_KEY topics.
Public Functions
-
InstanceHandle_t &operator=(const InstanceHandle_t &ihandle) noexcept = default
Assignment operator
- Parameters:
ihandle – Instance handle to copy the data from
-
inline InstanceHandle_t &operator=(const GUID_t &guid) noexcept
Assignment operator
- Parameters:
guid – GUID to copy the data from
-
inline bool isDefined() const noexcept
Know if the instance handle is defined
- Returns:
True if the values are not zero.
Public Members
-
InstanceHandleValue_t value
Value.
-
InstanceHandle_t &operator=(const InstanceHandle_t &ihandle) noexcept = default