RINASim  October 2016
Documentation of framework for OMNeT++
common_GraphCL::Link< T > Struct Template Reference

#include <GraphCL.h>

Public Member Functions

 Link (const string &d, const T &m)
 

Public Attributes

string dst
 
metric
 

Detailed Description

template<class T>
struct common_GraphCL::Link< T >

Definition at line 18 of file GraphCL.h.

Constructor & Destructor Documentation

template<class T>
common_GraphCL::Link< T >::Link ( const string &  d,
const T &  m 
)
inline

Definition at line 21 of file GraphCL.h.

Member Data Documentation

template<class T>
string common_GraphCL::Link< T >::dst

Definition at line 19 of file GraphCL.h.

Referenced by common_GraphCL::GraphCL< T >::computeMinG().

template<class T>
T common_GraphCL::Link< T >::metric

Definition at line 20 of file GraphCL.h.


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