A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::Ipv4RawSocketFactoryImpl Class Reference

#include <ipv4-raw-socket-factory-impl.h>

+ Inheritance diagram for ns3::Ipv4RawSocketFactoryImpl:
+ Collaboration diagram for ns3::Ipv4RawSocketFactoryImpl:

Public Member Functions

virtual Ptr< SocketCreateSocket (void)

Additional Inherited Members

- Static Public Member Functions inherited from ns3::Ipv4RawSocketFactory
static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::Ipv4RawSocketFactory.
- Protected Member Functions inherited from ns3::Object
 Object (const Object &o)
virtual void DoDispose (void)
virtual void DoStart (void)
virtual void NotifyNewAggregate (void)

Detailed Description

Definition at line 28 of file ipv4-raw-socket-factory-impl.h.

Member Function Documentation

Ptr< Socket > ns3::Ipv4RawSocketFactoryImpl::CreateSocket ( void  )
virtual
Returns
smart pointer to Socket

Base class method for creating socket instances.

Implements ns3::SocketFactory.

Definition at line 29 of file ipv4-raw-socket-factory-impl.cc.

References ns3::Ipv4::CreateRawSocket().

+ Here is the call graph for this function:


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