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

#include <socket-fd-factory.h>

+ Inheritance diagram for ns3::SocketFdFactory:

Public Member Functions

virtual ~SocketFdFactory ()
virtual UnixFdCreateSocket (int domain, int type, int protocol)=0
virtual void UnlinkNotify (std::string path)

Static Public Member Functions

static TypeId GetTypeId (void)

Detailed Description

Definition at line 12 of file socket-fd-factory.h.

Constructor & Destructor Documentation

ns3::SocketFdFactory::~SocketFdFactory ( )
virtual

Definition at line 16 of file socket-fd-factory.cc.

Member Function Documentation

virtual UnixFd* ns3::SocketFdFactory::CreateSocket ( int  domain,
int  type,
int  protocol 
)
pure virtual
TypeId ns3::SocketFdFactory::GetTypeId ( void  )
static
void ns3::SocketFdFactory::UnlinkNotify ( std::string  path)
virtual

Reimplemented in ns3::LocalSocketFdFactory.

Definition at line 21 of file socket-fd-factory.cc.

Referenced by unlink_notify().

+ Here is the caller graph for this function:


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