Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceStorm::LinkInfo Struct Reference

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::TopicPrxtheTopic
 The linked topic proxy. This proxy is never null.

Detailed Description

Information about a topic link.

Definition at line 620 of file IceStorm.h.


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