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

PagePoolClass Class Reference

Inheritance diagram for PagePoolClass:

Inheritance graph
[legend]
Collaboration diagram for PagePoolClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

PagePoolClass::PagePoolClass  )  [inline]
 

Definition at line 108 of file pagepool.cc.

00108 : TclClass("PagePool") {}


Member Function Documentation

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

Definition at line 109 of file pagepool.cc.

00109                                                   {
00110                 return (new PagePool());
00111         }


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