Public Member Functions

ns3::Ipv4Route Class Reference
[Ipv4]

A record of an IPv4 route. More...

#include <ipv4-route.h>

Collaboration diagram for ns3::Ipv4Route:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Ipv4Route ()
 This constructor does nothing.
 Ipv4Route (Ipv4Route const &route)
 Copy Constructor.
 Ipv4Route (Ipv4Route const *route)
 Copy Constructor.
Ipv4Address GetDest (void) const
bool IsDefault (void) const

Detailed Description

A record of an IPv4 route.


Constructor & Destructor Documentation

ns3::Ipv4Route::Ipv4Route ( Ipv4Route const &  route  ) 

Copy Constructor.

Parameters:
route The route to copy
ns3::Ipv4Route::Ipv4Route ( Ipv4Route const *  route  ) 

Copy Constructor.

Parameters:
route The route to copy

Member Function Documentation

Ipv4Address ns3::Ipv4Route::GetDest ( void   )  const
Returns:
The IPv4 address of the destination of this route
bool ns3::Ipv4Route::IsDefault ( void   )  const
Returns:
True if this route is a default route; false otherwise

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