| JUCE
    | 
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 juce::midi_ci::Subscription::operator< | ( | const Subscription & | other | ) | const | 
References subscribeId.
| bool juce::midi_ci::Subscription::operator<= | ( | const Subscription & | other | ) | const | 
References subscribeId.
| bool juce::midi_ci::Subscription::operator> | ( | const Subscription & | other | ) | const | 
References subscribeId.
| bool juce::midi_ci::Subscription::operator>= | ( | const Subscription & | other | ) | const | 
References subscribeId.
| bool juce::midi_ci::Subscription::operator== | ( | const Subscription & | other | ) | const | 
References x.
Referenced by operator!=().
| bool juce::midi_ci::Subscription::operator!= | ( | const Subscription & | other | ) | const | 
References operator==().
| String juce::midi_ci::Subscription::subscribeId | 
Referenced by operator<(), operator<=(), operator>(), and operator>=().
| String juce::midi_ci::Subscription::resource |