filters
QpFormulaStack Class Reference
List of all members.Detailed Description
Definition at line 12 of file kspread/qpro/libqpro/qpro/formula.h.
Public Member Functions | |
| QpFormulaStack () | |
| ~QpFormulaStack () | |
| void | bracket (const char *pBefore="(", const char *pAfter=")") |
| void | push (const char *pString) |
| void | pop (int pCnt=1) |
| void | join (int pCnt, const char *pSeparator=",") |
| const char * | top () |
| const char * | operator[] (int pIdx) |
Protected Attributes | |
| int | cIdx |
| int | cMax |
| char ** | cStack |
The documentation for this class was generated from the following files:

