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

UdpAgentClass Class Reference

Inheritance diagram for UdpAgentClass:

Inheritance graph
[legend]
Collaboration diagram for UdpAgentClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

UdpAgentClass::UdpAgentClass  )  [inline]
 

Definition at line 33 of file udp.cc.

00033 : TclClass("Agent/UDP") {}


Member Function Documentation

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

Definition at line 34 of file udp.cc.

00034                                                   {
00035                 return (new UdpAgent());
00036         }


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