ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

IOHandler Class Reference

#include <iohandler.h>

Inheritance diagram for IOHandler:

ArpAgent TapAgent IPTapAgent TCPTapAgent List of all members.

Public Member Functions

virtual ~IOHandler ()
void link (int fd, int mask)
void unlink ()

Protected Member Functions

 IOHandler ()
virtual void dispatch (int mask)=0

Static Private Member Functions

void callback (ClientData, int mask)

Private Attributes

int fd_

Constructor & Destructor Documentation

IOHandler::IOHandler   [protected]
 

IOHandler::~IOHandler   [virtual]
 


Member Function Documentation

void IOHandler::callback ClientData   ,
int    mask
[static, private]
 

virtual void IOHandler::dispatch int    mask [protected, pure virtual]
 

Implemented in ArpAgent, and TapAgent.

void IOHandler::link int    fd,
int    mask
 

void IOHandler::unlink  
 


Member Data Documentation

int IOHandler::fd_ [private]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.