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

NetworkInterfaceClass Class Reference

Inheritance diagram for NetworkInterfaceClass:

Inheritance graph
[legend]
Collaboration diagram for NetworkInterfaceClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

NetworkInterfaceClass::NetworkInterfaceClass  )  [inline]
 

Definition at line 58 of file net-interface.cc.

00058 : TclClass("NetworkInterface") {}


Member Function Documentation

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

Definition at line 59 of file net-interface.cc.

00059                                                   {
00060                 return (new NetworkInterface);
00061         }


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