ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ns3::Ipv4DceRoutingHelper Class Reference

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).
Ipv4DceRoutingHelperCopy (void) const
virtual Ptr< Ipv4RoutingProtocol > Create (Ptr< Node > node) const

Private Member Functions

Ipv4DceRoutingHelperoperator= (const Ipv4DceRoutingHelper &o)
 Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own.

Detailed Description

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.

Constructor & Destructor Documentation

ns3::Ipv4DceRoutingHelper::Ipv4DceRoutingHelper ( )

Definition at line 38 of file ipv4-dce-routing-helper.cc.

Referenced by Copy().

+ Here is the caller graph for this function:

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.

Member Function Documentation

Ipv4DceRoutingHelper * ns3::Ipv4DceRoutingHelper::Copy ( void  ) const
Returns
pointer to clone of this Ipv4StaticRoutingHelper

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().

+ Here is the call graph for this function:

Ptr< Ipv4RoutingProtocol > ns3::Ipv4DceRoutingHelper::Create ( Ptr< Node >  node) const
virtual
Parameters
nodethe node on which the routing protocol will run
Returns
a newly-created routing protocol

This method will be called by ns3::InternetStackHelper::Install

Definition at line 55 of file ipv4-dce-routing-helper.cc.

Ipv4DceRoutingHelper& ns3::Ipv4DceRoutingHelper::operator= ( const Ipv4DceRoutingHelper o)
private

Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own.


The documentation for this class was generated from the following files: