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 | resource |
| String | subscribeId |
Matches a subscription ID to a resource name.
@tags{Audio}
|
inline |
References operator==().
|
inline |
References subscribeId.
|
inline |
References subscribeId.
|
inline |
Referenced by operator!=().
|
inline |
References subscribeId.
|
inline |
References subscribeId.
| String juce::midi_ci::Subscription::resource |
| String juce::midi_ci::Subscription::subscribeId |
Referenced by operator<(), operator<=(), operator>(), and operator>=().