Class to hold the handle associated with in sample instance.
More...
#include "InstanceHandle.hpp"
Inherits dds::core::Value< D >.
Class to hold the handle associated with in sample instance.
Definition at line 40 of file InstanceHandle.hpp.
◆ InstanceHandle() [1/3]
dds::core::InstanceHandle::InstanceHandle |
( |
| ) |
|
Create an nil instance handle.
◆ InstanceHandle() [2/3]
Create an nil instance handle.
- Parameters
-
◆ InstanceHandle() [3/3]
dds::core::InstanceHandle::InstanceHandle |
( |
const InstanceHandle & |
other | ) |
|
Copy an existing InstancHandle
- Parameters
-
◆ is_nil()
bool dds::core::InstanceHandle::is_nil |
( |
| ) |
const |
◆ nil()
◆ operator!=()
Compare this Value with another Value
- Parameters
-
- Returns
- true if not equal
◆ operator->() [1/2]
The operator->() is provided to be able to directly invoke functions on the delegate.
The decision to provide direct access to the delegate was motivated by the need for providing a way that was not invasive with respect to the CXXDDS API and yet would allow for vendor-specific extension. Thus vendor-specific extensions can be invoked on the Value and on all its subclasses as follows:
my_dds_value.standard_function();
my_dds_value->vendor_specific_extension();
- Returns
- a reference to delegate.
◆ operator->() [2/2]
The operator->() is provided to be able to directly invoke functions on the delegate.
The decision to provide direct access to the delegate was motivated by the need for providing a way that was not invasive with respect to the CXXDDS API and yet would allow for vendor-specific extension. Thus vendor-specific extensions can be invoked on the Value and on all its subclasses as follows:
my_dds_value.standard_function();
my_dds_value->vendor_specific_extension();
- Returns
- a reference to delegate.
◆ operator<()
bool dds::core::InstanceHandle::operator< |
( |
const InstanceHandle & |
that | ) |
const |
◆ operator=()
Assign an existing InstancHandle to this InstancHandle
- Parameters
-
◆ operator==() [1/2]
bool dds::core::InstanceHandle::operator== |
( |
const InstanceHandle & |
that | ) |
const |
◆ operator==() [2/2]
Compare this Value with another Value
- Parameters
-
- Returns
- true if equal
◆ operator>()
bool dds::core::InstanceHandle::operator> |
( |
const InstanceHandle & |
that | ) |
const |
The documentation for this class was generated from the following file: