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

WebTrafPoolClass Class Reference

Inheritance diagram for WebTrafPoolClass:

Inheritance graph
[legend]
Collaboration diagram for WebTrafPoolClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

WebTrafPoolClass::WebTrafPoolClass  )  [inline]
 

Definition at line 220 of file webtraf.cc.

00220                            : TclClass("PagePool/WebTraf") {     
00221 
00222         }


Member Function Documentation

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

Definition at line 223 of file webtraf.cc.

00223                                                   {
00224                 return (new WebTrafPool());
00225         }


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