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