RINASim
October 2016
Documentation of framework for OMNeT++
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
nhLMetric.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <set>
5
6
namespace
common_GraphCL
{
7
8
using namespace
std
;
9
10
template
<
class
T>
11
struct
nhLMetric
{
12
T
metric
;
13
set<string>
nh
;
14
nhLMetric
(){}
15
nhLMetric
(
const
T & m,
const
set<string> & n) : metric(m), nh(n) {}
16
};
17
18
}
/* namespace common_GraphCL */
common_GraphCL
Definition:
GraphCL.h:13
std
common_GraphCL::nhLMetric::nhLMetric
nhLMetric()
Definition:
nhLMetric.h:14
common_GraphCL::nhLMetric
Definition:
nhLMetric.h:11
common_GraphCL::nhLMetric::metric
T metric
Definition:
nhLMetric.h:12
common_GraphCL::nhLMetric::nh
set< string > nh
Definition:
nhLMetric.h:13
common_GraphCL::nhLMetric::nhLMetric
nhLMetric(const T &m, const set< string > &n)
Definition:
nhLMetric.h:15
policies
DIF
Routing
common
nhLMetric.h
Generated on Tue Oct 25 2016 21:08:56 for RINASim by
1.8.10