A key used to uniquely identify ongoing transactions initiated by a ci::Device. More...
#include <juce_CIPropertyHost.h>

Public Member Functions | |
| RequestKey (MUID muid, Token64 key) | |
| Constructor. | |
| Token64 | getKey () const |
| Returns an identifier unique to this subscription. | |
| MUID | getMuid () const |
| Returns the muid of the device to which we are subscribed. | |
| bool | operator!= (const RequestKey &other) const |
| Inequality operator. | |
| bool | operator< (const RequestKey &other) const |
| Less-than operator. | |
| bool | operator== (const RequestKey &other) const |
| Equality operator. | |
Private Member Functions | |
| auto | tie () const |
Private Attributes | |
| MUID | m |
| Token64 | v {} |
A key used to uniquely identify ongoing transactions initiated by a ci::Device.
@tags{Audio}
|
inline |
Returns an identifier unique to this subscription.
References v.
|
inline |
Returns the muid of the device to which we are subscribed.
References m.
|
inline |
Inequality operator.
References tie().
|
inline |
Less-than operator.
References tie().
|
inline |
Equality operator.
References tie().
|
inlineprivate |
Referenced by operator!=(), operator<(), and operator==().