Helper class that adds ns3::Ipv4ListRouting objects. More...
#include "ipv4-list-routing-helper.h"
 Inheritance diagram for ns3::Ipv4ListRoutingHelper:
 Inheritance diagram for ns3::Ipv4ListRoutingHelper:| Public Member Functions | |
| Ipv4ListRoutingHelper () | |
| Ipv4ListRoutingHelper (const Ipv4ListRoutingHelper &) | |
| Construct an Ipv4ListRoutingHelper from another previously initialized instance (Copy Constructor).  More... | |
| virtual | ~Ipv4ListRoutingHelper () | 
| void | Add (const Ipv4RoutingHelper &routing, int16_t priority) | 
| Ipv4ListRoutingHelper * | Copy (void) const | 
| virtual Ptr< Ipv4RoutingProtocol > | Create (Ptr< Node > node) const | 
|  Public Member Functions inherited from ns3::Ipv4RoutingHelper | |
| virtual | ~Ipv4RoutingHelper () | 
| Private Member Functions | |
| Ipv4ListRoutingHelper & | operator= (const Ipv4ListRoutingHelper &) | 
| Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own.  More... | |
| Private Attributes | |
| std::list< std::pair< const Ipv4RoutingHelper *, int16_t > > | m_list | 
| Container for pairs of Ipv4RoutingHelper pointer / priority.  More... | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from ns3::Ipv4RoutingHelper | |
| template<class T > | |
| static Ptr< T > | GetRouting (Ptr< Ipv4RoutingProtocol > protocol) | 
| Request a specified routing protocol <T> from Ipv4RoutingProtocol protocol.  More... | |
| static void | PrintNeighborCacheAllAt (Time printTime, Ptr< OutputStreamWrapper > stream) | 
| prints the neighbor cache of all nodes at a particular time.  More... | |
| static void | PrintNeighborCacheAllEvery (Time printInterval, Ptr< OutputStreamWrapper > stream) | 
| prints the neighbor cache of all nodes at regular intervals specified by user.  More... | |
| static void | PrintNeighborCacheAt (Time printTime, Ptr< Node > node, Ptr< OutputStreamWrapper > stream) | 
| prints the neighbor cache of a node at a particular time.  More... | |
| static void | PrintNeighborCacheEvery (Time printInterval, Ptr< Node > node, Ptr< OutputStreamWrapper > stream) | 
| prints the neighbor cache of a node at regular intervals specified by user.  More... | |
| static void | PrintRoutingTableAllAt (Time printTime, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the routing tables of all nodes at a particular time.  More... | |
| static void | PrintRoutingTableAllEvery (Time printInterval, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the routing tables of all nodes at regular intervals specified by user.  More... | |
| static void | PrintRoutingTableAt (Time printTime, Ptr< Node > node, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the routing tables of a node at a particular time.  More... | |
| static void | PrintRoutingTableEvery (Time printInterval, Ptr< Node > node, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the routing tables of a node at regular intervals specified by user.  More... | |
Helper class that adds ns3::Ipv4ListRouting objects.
This class is expected to be used in conjunction with ns3::InternetStackHelper::SetRoutingHelper
Definition at line 37 of file ipv4-list-routing-helper.h.
| ns3::Ipv4ListRoutingHelper::Ipv4ListRoutingHelper | ( | ) | 
Definition at line 26 of file ipv4-list-routing-helper.cc.
Referenced by Copy().
| 
 | virtual | 
Definition at line 30 of file ipv4-list-routing-helper.cc.
| ns3::Ipv4ListRoutingHelper::Ipv4ListRoutingHelper | ( | const Ipv4ListRoutingHelper & | o | ) | 
Construct an Ipv4ListRoutingHelper from another previously initialized instance (Copy Constructor).
Definition at line 39 of file ipv4-list-routing-helper.cc.
References m_list.
| void ns3::Ipv4ListRoutingHelper::Add | ( | const Ipv4RoutingHelper & | routing, | 
| int16_t | priority | ||
| ) | 
| routing | a routing helper | 
| priority | the priority of the associated helper | 
Store in the internal list a reference to the input routing helper and associated priority. These helpers will be used later by the ns3::Ipv4ListRoutingHelper::Create method to create an ns3::Ipv4ListRouting object and add in it routing protocols created with the helpers.
Definition at line 55 of file ipv4-list-routing-helper.cc.
References ns3::Ipv4RoutingHelper::Copy(), and m_list.
Referenced by ns3::InternetStackHelper::Initialize().
| 
 | virtual | 
This method is mainly for internal use by the other helpers; clients are expected to free the dynamic memory allocated by this method
Implements ns3::Ipv4RoutingHelper.
Definition at line 49 of file ipv4-list-routing-helper.cc.
References Ipv4ListRoutingHelper().
| 
 | virtual | 
| node | the node on which the routing protocol will run | 
This method will be called by ns3::InternetStackHelper::Install
Implements ns3::Ipv4RoutingHelper.
Definition at line 61 of file ipv4-list-routing-helper.cc.
| 
 | private | 
Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own.
| 
 | private | 
Container for pairs of Ipv4RoutingHelper pointer / priority.
Definition at line 94 of file ipv4-list-routing-helper.h.
Referenced by Add(), Create(), Ipv4ListRoutingHelper(), and ~Ipv4ListRoutingHelper().
 1.8.14
 1.8.14