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

PcapLiveNetworkClass Class Reference

Inheritance diagram for PcapLiveNetworkClass:

Inheritance graph
[legend]
Collaboration diagram for PcapLiveNetworkClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PcapLiveNetworkClass ()
TclObjectcreate (int, const char *const *)

Constructor & Destructor Documentation

PcapLiveNetworkClass::PcapLiveNetworkClass  )  [inline]
 

Definition at line 218 of file net-pcap.cc.

00218 : TclClass("Network/Pcap/Live") {}


Member Function Documentation

TclObject* PcapLiveNetworkClass::create int  ,
const char *const * 
[inline]
 

Definition at line 219 of file net-pcap.cc.

00219                                                   {
00220                 return (new PcapLiveNetwork);
00221         }


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:07:12 2004 for NS2.26SourcesOriginal by doxygen 1.3.3