IceStorm::LinkInfo

Overview

struct LinkInfo

Information on the topic links.

Used By

LinkInfoSeq

Data Member Index

cost

The cost of traversing this link.

name

The name of the linked topic.

theTopic

The linked topic.

cost

int cost;

The cost of traversing this link.

name

string name;

The name of the linked topic.

theTopic

Topic* theTopic;

The linked topic.