YAMI4 Core
|
Descriptor handle for the physical channel. More...
#include <channel_descriptor.h>
Public Member Functions | |
channel_descriptor () | |
Constructor. More... | |
bool | operator== (const channel_descriptor &other) const |
Comparison operator. More... | |
bool | operator!= (const channel_descriptor &other) const |
Comparison operator. More... | |
Descriptor handle for the physical channel.
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.
|
inline |
Constructor.
Creates a default descriptor that is not associated with any existing channel.
Two default descriptors are considered equal.
|
inline |
Comparison operator.
Compares two descriptors.
|
inline |
Comparison operator.
Compares two descriptors for equality.
true
if the other descriptor points to the same physical channelfalse
otherwise