LinkHeadClass Class Reference

Inheritance diagram for LinkHeadClass:

TclClass Collaboration diagram for LinkHeadClass:

Collaboration graph
[legend]

Detailed Description

Definition at line 50 of file node.cc.

Public Member Functions

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


Constructor & Destructor Documentation

LinkHeadClass::LinkHeadClass  )  [inline]
 

Definition at line 52 of file node.cc.

00052 : TclClass("Connector/LinkHead") {}


Member Function Documentation

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

Definition at line 53 of file node.cc.

00053                                               {
00054         return (new LinkHead);
00055     }


The documentation for this class was generated from the following file:
Generated on Tue Mar 6 17:12:14 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6