A key used to uniquely identify ongoing transactions initiated by a ci::Device. More...
#include <juce_CIPropertyHost.h>
Public Member Functions | |
RequestKey (MUID muid, Token64 key) | |
Constructor. | |
MUID | getMuid () const |
Returns the muid of the device to which we are subscribed. | |
Token64 | getKey () const |
Returns an identifier unique to this subscription. | |
bool | operator== (const RequestKey &other) const |
Equality operator. | |
bool | operator!= (const RequestKey &other) const |
Inequality operator. | |
bool | operator< (const RequestKey &other) const |
Less-than operator. | |
A key used to uniquely identify ongoing transactions initiated by a ci::Device.
MUID midi_ci::RequestKey::getMuid | ( | ) | const |
Returns the muid of the device to which we are subscribed.
Token64 midi_ci::RequestKey::getKey | ( | ) | const |
Returns an identifier unique to this subscription.
bool midi_ci::RequestKey::operator== | ( | const RequestKey & | other | ) | const |
Equality operator.
bool midi_ci::RequestKey::operator!= | ( | const RequestKey & | other | ) | const |
Inequality operator.
bool midi_ci::RequestKey::operator< | ( | const RequestKey & | other | ) | const |
Less-than operator.