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

#include <GraphCL.h>

Public Member Functions

 TNode ()
 

Public Attributes

string name
 
metric
 
set< TNode * > parents
 
set< TNode * > childs
 
bool known
 

Detailed Description

template<class T>
struct common_GraphCL::GraphCL< T >::TNode

Definition at line 28 of file GraphCL.h.

Constructor & Destructor Documentation

template<class T>
common_GraphCL::GraphCL< T >::TNode::TNode ( )
inline

Definition at line 34 of file GraphCL.h.

Member Data Documentation

template<class T>
set<TNode *> common_GraphCL::GraphCL< T >::TNode::childs

Definition at line 31 of file GraphCL.h.

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

template<class T>
bool common_GraphCL::GraphCL< T >::TNode::known

Definition at line 32 of file GraphCL.h.

template<class T>
T common_GraphCL::GraphCL< T >::TNode::metric

Definition at line 30 of file GraphCL.h.

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

template<class T>
string common_GraphCL::GraphCL< T >::TNode::name

Definition at line 29 of file GraphCL.h.

template<class T>
set<TNode *> common_GraphCL::GraphCL< T >::TNode::parents

Definition at line 31 of file GraphCL.h.

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


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