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

AllocAddrClass Class Reference

Inheritance diagram for AllocAddrClass:

Inheritance graph
[legend]
Collaboration diagram for AllocAddrClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

AllocAddrClass::AllocAddrClass  )  [inline]
 

Definition at line 66 of file alloc-address.cc.

00066 : TclClass("AllocAddr") {}


Member Function Documentation

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

Definition at line 67 of file alloc-address.cc.

00067                                                   {
00068                 return (new AllocAddr());
00069         }


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