Helper class that adds ns3::Ipv4DceRouting objects. More...
#include <ipv4-dce-routing-helper.h>
Public Member Functions | |
Ipv4DceRoutingHelper () | |
Ipv4DceRoutingHelper (const Ipv4DceRoutingHelper &) | |
Construct an Ipv4StaticRoutingHelper from another previously initialized instance (Copy Constructor). | |
Ipv4DceRoutingHelper * | Copy (void) const |
virtual Ptr< Ipv4RoutingProtocol > | Create (Ptr< Node > node) const |
Private Member Functions | |
Ipv4DceRoutingHelper & | operator= (const Ipv4DceRoutingHelper &o) |
Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own. |
Helper class that adds ns3::Ipv4DceRouting objects.
This class is expected to be used in conjunction with ns3::InternetStackHelper::SetRoutingHelper
Definition at line 32 of file ipv4-dce-routing-helper.h.
ns3::Ipv4DceRoutingHelper::Ipv4DceRoutingHelper | ( | ) |
Definition at line 38 of file ipv4-dce-routing-helper.cc.
Referenced by Copy().
ns3::Ipv4DceRoutingHelper::Ipv4DceRoutingHelper | ( | const Ipv4DceRoutingHelper & | o | ) |
Construct an Ipv4StaticRoutingHelper from another previously initialized instance (Copy Constructor).
Definition at line 42 of file ipv4-dce-routing-helper.cc.
Ipv4DceRoutingHelper * ns3::Ipv4DceRoutingHelper::Copy | ( | void | ) | const |
This method is mainly for internal use by the other helpers; clients are expected to free the dynamic memory allocated by this method
Definition at line 48 of file ipv4-dce-routing-helper.cc.
References Ipv4DceRoutingHelper().
|
virtual |
node | the node on which the routing protocol will run |
This method will be called by ns3::InternetStackHelper::Install
Definition at line 55 of file ipv4-dce-routing-helper.cc.
|
private |
Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own.