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

DSRProtoClass Class Reference

Inheritance diagram for DSRProtoClass:

Inheritance graph
[legend]
Collaboration diagram for DSRProtoClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

DSRProtoClass::DSRProtoClass  )  [inline]
 

Definition at line 46 of file dsr_proto.cc.

00046 : TclClass("Agent/DSRProto") {}


Member Function Documentation

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

Definition at line 47 of file dsr_proto.cc.

00047                                                   {
00048                 return (new DSRProto);
00049         }


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