

Public Member Functions | |
| MathPagePoolClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 382 of file pagepool.cc.
00382 : TclClass("PagePool/Math") {} |
|
||||||||||||
|
Definition at line 383 of file pagepool.cc.
00383 {
00384 return (new MathPagePool());
00385 }
|
1.3.3