

Public Member Functions | |
| CompMathPagePoolClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 459 of file pagepool.cc.
00459 : TclClass("PagePool/CompMath") {} |
|
||||||||||||
|
Definition at line 460 of file pagepool.cc.
00460 {
00461 return (new CompMathPagePool());
00462 }
|
1.3.3