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

WiredPhyClass Class Reference

Inheritance diagram for WiredPhyClass:

Inheritance graph
[legend]
Collaboration diagram for WiredPhyClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

WiredPhyClass::WiredPhyClass  )  [inline]
 

Definition at line 41 of file wired-phy.cc.

00041 : TclClass("Phy/WiredPhy") {}


Member Function Documentation

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

Definition at line 42 of file wired-phy.cc.

00042                                                   {
00043                 return (new WiredPhy);
00044         }


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