A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
ipv6-list-routing-helper.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2008 INRIA
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2 as
7
* published by the Free Software Foundation;
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
*
18
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
19
*/
20
#ifndef IPV6_LIST_ROUTING_HELPER_H
21
#define IPV6_LIST_ROUTING_HELPER_H
22
23
#include <stdint.h>
24
25
#include <list>
26
27
#include "ns3/ipv6-routing-helper.h"
28
29
namespace
ns3 {
30
37
class
Ipv6ListRoutingHelper
:
public
Ipv6RoutingHelper
38
{
39
public
:
44
Ipv6ListRoutingHelper
();
45
50
virtual
~Ipv6ListRoutingHelper
();
51
56
Ipv6ListRoutingHelper
(
const
Ipv6ListRoutingHelper
&);
57
64
Ipv6ListRoutingHelper
*
Copy
(
void
)
const
;
65
76
void
Add
(
const
Ipv6RoutingHelper
&routing, int16_t priority);
83
virtual
Ptr<Ipv6RoutingProtocol>
Create
(
Ptr<Node>
node)
const
;
84
private
:
90
Ipv6ListRoutingHelper
&
operator =
(
const
Ipv6ListRoutingHelper
&o);
91
92
std::list<std::pair<const Ipv6RoutingHelper *,int16_t> >
m_list
;
93
};
94
95
}
// namespace ns3
96
97
#endif
/* IPV6_LIST_ROUTING_HELPER_H */
98
src
internet
helper
ipv6-list-routing-helper.h
Generated on Tue Nov 13 2012 10:32:13 for ns-3 by
1.8.1.2