Cyclone ISO C++ API Reference Guide
|
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:
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: