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

LDPClass Class Reference

Inheritance diagram for LDPClass:

Inheritance graph
[legend]
Collaboration diagram for LDPClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

LDPClass::LDPClass  )  [inline]
 

Definition at line 63 of file ldp.cc.

00063 : TclClass("Agent/LDP") {}


Member Function Documentation

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

Definition at line 64 of file ldp.cc.

00064                                                   {
00065                 return (new LDPAgent());
00066         }


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