Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
IceStorm::LinkInfo Struct 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::TopicPrxtheTopic
 The linked topic.

Detailed Description

Information on the topic links.

Member Function Documentation

◆ ice_tuple()

std::tuple< const ::std::shared_ptr<::IceStorm::TopicPrx > &, const ::std::string &, const int & > IceStorm::LinkInfo::ice_tuple ( ) const
inline

Obtains a tuple containing all of the struct's data members.

Returns
The data members in a tuple.

Member Data Documentation

◆ cost

int IceStorm::LinkInfo::cost

The cost of traversing this link.

◆ name

::std::string IceStorm::LinkInfo::name

The name of the linked topic.

◆ theTopic

::std::shared_ptr<::IceStorm::TopicPrx> IceStorm::LinkInfo::theTopic

The linked topic.


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