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

NodeClass Class Reference

Inheritance diagram for NodeClass:

Inheritance graph
[legend]
Collaboration diagram for NodeClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

NodeClass::NodeClass  )  [inline]
 

Definition at line 92 of file node.cc.

00092 : TclClass("Node") {}


Member Function Documentation

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

Definition at line 93 of file node.cc.

00093                                                   {
00094                 return (new Node);
00095         }


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