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