|
Ice 3.7 C++11 API Reference
|
Information on the topic links. More...
#include <IceStorm/IceStorm.h>
Public Member Functions | |
| std::tuple< const ::std::shared_ptr<::IceStorm::TopicPrx > &, const ::std::string &, const int & > | ice_tuple () const |
| Obtains a tuple containing all of the struct's data members. | |
Public Attributes | |
| int | cost |
| The cost of traversing this link. | |
| ::std::string | name |
| The name of the linked topic. | |
| ::std::shared_ptr<::IceStorm::TopicPrx > | theTopic |
| The linked topic. | |
Information on the topic links.
|
inline |
Obtains a tuple containing all of the struct's data members.
| int IceStorm::LinkInfo::cost |
The cost of traversing this link.
| ::std::string IceStorm::LinkInfo::name |
The name of the linked topic.
| ::std::shared_ptr<::IceStorm::TopicPrx> IceStorm::LinkInfo::theTopic |
The linked topic.