| Home :: @root | classes |
class arithmetica | ^ |
This is the main running class for program AAA.It consists of user interface cin and couts. Reading in the user input and send it out for postfix parsing after preprocessing. The main job of this class is to cin and cout user interface and make the expression tree necessary for evaluating user input. the main classes this class depends on are opermap and workermap, which maps the operators and the evaluating workers respectively.
- Source:
- arithmetica.h:23
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description ~arithmetica destructor public automatically generated arithmetica constructor public undocumented arithmetica constructor public automatically generated checkalpha method public undocumented checkdigit method public undocumented evaluate method public undocumented getmenu method public undocumented isallspace method public undocumented maketree method public undocumented operator = operator public automatically generated printprompt method public undocumented processexpression method public undocumented run method public undocumented simplifyexpression method public undocumented
destructor ~arithmetica | ? ^ > |
automatically generated
- Source:
- arithmetica.h
- Code:
public ~ arithmetica ( )
constructor arithmetica | ? ^ < > |
undocumented
- Source:
- arithmetica.h:27
- Code:
public arithmetica ( )
constructor arithmetica | ? ^ < > |
automatically generated
- Source:
- arithmetica.h
- Code:
public arithmetica ( const arithmetica & )
method checkalpha | ? ^ < > |
undocumented
- Source:
- arithmetica.h:35
- Code:
public bool checkalpha ( string & temp )
method checkdigit | ? ^ < > |
undocumented
- Source:
- arithmetica.h:37
- Code:
public bool checkdigit ( string temp )
method evaluate | ? ^ < > |
undocumented
- Source:
- arithmetica.h:36
- Code:
public void evaluate ( )
method getmenu | ? ^ < > |
undocumented
- Source:
- arithmetica.h:33
- Code:
public void getmenu ( )
method isallspace | ? ^ < > |
undocumented
- Source:
- arithmetica.h:42
- Code:
public bool isallspace ( )
method maketree | ? ^ < > |
undocumented
- Source:
- arithmetica.h:41
- Code:
public void maketree ( vector < string > & mypostexp )
operator = | ? ^ < > |
automatically generated
- Source:
- arithmetica.h
- Code:
public arithmetica & operator = ( const arithmetica & )
method printprompt | ? ^ < > |
undocumented
- Source:
- arithmetica.h:32
- Code:
public void printprompt ( )
method processexpression | ? ^ < > |
undocumented
- Source:
- arithmetica.h:38
- Code:
public void processexpression ( )
method run | ? ^ < > |
undocumented
- Source:
- arithmetica.h:31
- Code:
public void run ( )
method simplifyexpression | ? ^ < > |
undocumented
- Source:
- arithmetica.h:40
- Code:
public void simplifyexpression ( )
Created Thu Oct 10 01:13:39 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.