Information about a topic link. More...
#include <IceStorm/IceStorm.h>
Public Member Functions | |
void | ice_printFields (std::ostream &os) const |
Outputs the name and value of each field of this instance to the stream. | |
std::tuple< const std::optional<::IceStorm::TopicPrx > &, const std::string &, const std::int32_t & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
std::int32_t | cost |
The cost of traversing this link. | |
std::string | name |
The name of the linked topic. | |
std::optional<::IceStorm::TopicPrx > | theTopic |
The linked topic proxy. This proxy is never null. |
Information about a topic link.
Definition at line 620 of file IceStorm.h.