|
| class | AlreadySubscribed |
| | This exception indicates that an attempt was made to subscribe a proxy for which a subscription already exists. More...
|
| class | BadQoS |
| | This exception indicates that a subscription failed due to an invalid QoS. More...
|
| class | Finder |
| | This interface is advertised by the IceStorm service through the Ice object with the identity 'IceStorm/Finder'. More...
|
| class | FinderPrx |
| | This interface is advertised by the IceStorm service through the Ice object with the identity 'IceStorm/Finder'. More...
|
| class | InvalidSubscriber |
| | This exception indicates that an attempt was made to subscribe a proxy that is null. More...
|
| class | LinkExists |
| | This exception indicates that an attempt was made to create a link that already exists. More...
|
| struct | LinkInfo |
| | Information on the topic links. More...
|
| class | NoSuchLink |
| | This exception indicates that an attempt was made to remove a link that does not exist. More...
|
| class | NoSuchTopic |
| | This exception indicates that an attempt was made to retrieve a topic that does not exist. More...
|
| class | Topic |
| | Publishers publish information on a particular topic. More...
|
| class | TopicExists |
| | This exception indicates that an attempt was made to create a topic that already exists. More...
|
| class | TopicManager |
| | A topic manager manages topics, and subscribers to topics. More...
|
| class | TopicManagerPrx |
| | A topic manager manages topics, and subscribers to topics. More...
|
| class | TopicPrx |
| | Publishers publish information on a particular topic. More...
|
|
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> |
| bool | operator!= (const C &lhs, const C &rhs) |
| | Relational operator for generated structs and classes.
|
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> |
| bool | operator< (const C &lhs, const C &rhs) |
| | Relational operator for generated structs and classes.
|
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> |
| bool | operator<= (const C &lhs, const C &rhs) |
| | Relational operator for generated structs and classes.
|
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> |
| bool | operator== (const C &lhs, const C &rhs) |
| | Relational operator for generated structs and classes.
|
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> |
| bool | operator> (const C &lhs, const C &rhs) |
| | Relational operator for generated structs and classes.
|
| template<class C, typename = std::enable_if<std::is_member_function_pointer<decltype(&C::ice_tuple)>::value>> |
| bool | operator>= (const C &lhs, const C &rhs) |
| | Relational operator for generated structs and classes.
|