SubscriberRecordKey Struct Reference

The key for persistent subscribers, or topics. More...

#include <ArmarXCore/applications/ArmarXStorm/IceStorm/generated/IceStorm/SubscriberRecord.h>

Public Member Functions

bool operator!= (const SubscriberRecordKey &rhs_) const
 
bool operator< (const SubscriberRecordKey &rhs_) const
 
bool operator<= (const SubscriberRecordKey &rhs_) const
 
bool operator== (const SubscriberRecordKey &rhs_) const
 
bool operator> (const SubscriberRecordKey &rhs_) const
 
bool operator>= (const SubscriberRecordKey &rhs_) const
 

Public Attributes

Ice::Identity id
 
::Ice::Identity id
 
Ice::Identity topic
 
::Ice::Identity topic
 

Detailed Description

The key for persistent subscribers, or topics.

If the subscriber identity is empty then the record is used as a place holder for the creation of a topic, otherwise the record holds a subscription record.

Definition at line 149 of file SubscriberRecord.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const SubscriberRecordKey rhs_) const
inline

Definition at line 196 of file SubscriberRecord.h.

+ Here is the call graph for this function:

◆ operator<()

bool operator< ( const SubscriberRecordKey rhs_) const
inline

Definition at line 171 of file SubscriberRecord.h.

+ Here is the caller graph for this function:

◆ operator<=()

bool operator<= ( const SubscriberRecordKey rhs_) const
inline

Definition at line 200 of file SubscriberRecord.h.

+ Here is the call graph for this function:

◆ operator==()

bool operator== ( const SubscriberRecordKey rhs_) const
inline

Definition at line 154 of file SubscriberRecord.h.

+ Here is the caller graph for this function:

◆ operator>()

bool operator> ( const SubscriberRecordKey rhs_) const
inline

Definition at line 204 of file SubscriberRecord.h.

+ Here is the call graph for this function:

◆ operator>=()

bool operator>= ( const SubscriberRecordKey rhs_) const
inline

Definition at line 208 of file SubscriberRecord.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ id [1/2]

Ice::Identity id

Definition at line 36 of file SubscriberRecord.ice.

◆ id [2/2]

::Ice::Identity id

Definition at line 152 of file SubscriberRecord.h.

◆ topic [1/2]

Ice::Identity topic

Definition at line 32 of file SubscriberRecord.ice.

◆ topic [2/2]

::Ice::Identity topic

Definition at line 151 of file SubscriberRecord.h.


The documentation for this struct was generated from the following files: