Matches a subscription ID to a resource name. More...
#include <juce_CISubscription.h>
Public Member Functions | |
bool | operator< (const Subscription &other) const |
bool | operator<= (const Subscription &other) const |
bool | operator> (const Subscription &other) const |
bool | operator>= (const Subscription &other) const |
bool | operator== (const Subscription &other) const |
bool | operator!= (const Subscription &other) const |
Public Attributes | |
String | subscribeId |
String | resource |
Matches a subscription ID to a resource name.
bool midi_ci::Subscription::operator< | ( | const Subscription & | other | ) | const |
References subscribeId.
bool midi_ci::Subscription::operator<= | ( | const Subscription & | other | ) | const |
References subscribeId.
bool midi_ci::Subscription::operator> | ( | const Subscription & | other | ) | const |
References subscribeId.
bool midi_ci::Subscription::operator>= | ( | const Subscription & | other | ) | const |
References subscribeId.
bool midi_ci::Subscription::operator== | ( | const Subscription & | other | ) | const |
References x.
Referenced by operator!=().
bool midi_ci::Subscription::operator!= | ( | const Subscription & | other | ) | const |
References operator==().
String midi_ci::Subscription::subscribeId |
Referenced by operator<(), operator<=(), operator>(), and operator>=().
String midi_ci::Subscription::resource |