YAMI4 - core
|
Descriptor handle for the physical channel. More...
#include <channel_descriptor.h>
Public Member Functions | |
channel_descriptor () | |
Constructor. | |
bool | operator== (const channel_descriptor &other) const |
Comparison operator. | |
bool | operator!= (const channel_descriptor &other) const |
Comparison operator. |
The descriptor handle for the physical channel that provides immediate access to the underlying channel object.
The descriptor provides safe access in the sense that dangling descriptors are recognized and reported.
yami::core::channel_descriptor::channel_descriptor | ( | ) | [inline] |
Creates a default descriptor that is not associated with any existing channel.
Two default descriptors are considered equal.
bool yami::core::channel_descriptor::operator== | ( | const channel_descriptor & | other | ) | const [inline] |
Compares two descriptors for equality.
true
if the other descriptor points to the same physical channelfalse
otherwise bool yami::core::channel_descriptor::operator!= | ( | const channel_descriptor & | other | ) | const [inline] |
Compares two descriptors.