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

MathPagePoolClass Class Reference

Inheritance diagram for MathPagePoolClass:

Inheritance graph
[legend]
Collaboration diagram for MathPagePoolClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

MathPagePoolClass::MathPagePoolClass  )  [inline]
 

Definition at line 382 of file pagepool.cc.

00382 : TclClass("PagePool/Math") {}


Member Function Documentation

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

Definition at line 383 of file pagepool.cc.

00383                                                   {
00384                 return (new MathPagePool());
00385         }


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