#include <aconf.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <math.h>#include "gmem.h"#include "Object.h"#include "Dict.h"#include "Stream.h"#include "Error.h"#include "Function.h"Include dependency graph for Function.cc:

Go to the source code of this file.
Defines | |
| #define | nPSOps (sizeof(psOpNames) / sizeof(char *)) |
| #define | psStackSize 100 |
Enumerations | |
| enum | PSOp { psOpAbs, psOpAdd, psOpAnd, psOpAtan, psOpBitshift, psOpCeiling, psOpCopy, psOpCos, psOpCvi, psOpCvr, psOpDiv, psOpDup, psOpEq, psOpExch, psOpExp, psOpFalse, psOpFloor, psOpGe, psOpGt, psOpIdiv, psOpIndex, psOpLe, psOpLn, psOpLog, psOpLt, psOpMod, psOpMul, psOpNe, psOpNeg, psOpNot, psOpOr, psOpPop, psOpRoll, psOpRound, psOpSin, psOpSqrt, psOpSub, psOpTrue, psOpTruncate, psOpXor, psOpIf, psOpIfelse, psOpReturn } |
| enum | PSObjectType { psBool, psInt, psReal, psOperator, psBlock } |
Variables | |
| char * | psOpNames [] |
|
|
Definition at line 765 of file Function.cc. Referenced by PostScriptFunction::parseCode(). |
|
|
Definition at line 808 of file Function.cc. Referenced by PSStack::checkUnderflow(), PSStack::empty(), PSStack::PSStack(), PSStack::topIsInt(), PSStack::topIsReal(), PSStack::topTwoAreInts(), and PSStack::topTwoAreNums(). |
|
|
Definition at line 767 of file Function.cc. |
|
|
Definition at line 673 of file Function.cc. |
|
|
Definition at line 722 of file Function.cc. Referenced by PostScriptFunction::parseCode(). |
1.4.2