![]() |
OpenSplice ISO C++ 2 DCPS
v6.x
ISO C++ 2 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Go to the source code of this file.
Classes | |
class | dds::core::Reference< DELEGATE > |
Base class for reference-counted objects. More... | |
Namespaces | |
dds | |
dds::core | |
Functions | |
template<class D > | |
bool | operator!= (dds::core::null_type, const dds::core::Reference< D > &r) |
template<class D > | |
bool | operator== (dds::core::null_type, const dds::core::Reference< D > &r) |
bool operator!= | ( | dds::core::null_type | , |
const dds::core::Reference< D > & | r | ||
) |
Special operator!= used to check if this reference object does not equal the dds::core::null reference.
The non-null-check can be done like this:
Definition at line 222 of file ReferenceImpl.hpp.
bool operator== | ( | dds::core::null_type | , |
const dds::core::Reference< D > & | r | ||
) |
Special operator== used to check if this reference object does not equal the dds::core::null reference.
The non-null-check can be done like this:
Definition at line 217 of file ReferenceImpl.hpp.