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