amath  1.6.2
Simple command line calculator
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAbsoluteFunctionNode
 CAbsoluteNode
 CAdditionNode
 Camathargs
 CAmigaLanguage
 CAmigaPreferences
 CAmigaProgram
 CAnsiConoleEngineANSI console controller
 CArcCosecantNode
 CArcCosineNode
 CArcCotangentNode
 CArcSecantNode
 CArcSineNode
 CArcTangentNode
 CAssignmentNode
 CBinaryLogNode
 CCeilingNode
 CCharBufferEncapsulate an character array which can be used as a string
 CCharValidator
 CClearStatementClear the console window
 Ccomplex
 CComplexiNodeUse of the square root of -2 in a syntax tree
 CComplexNumberRepresent a complex number with 2 componts of 15 siginificant digits
 CConsoleBaseAbstract base class encapsulating console logic
 CCosecantNode
 CCosineNode
 CCotangentNode
 CCubeRootNode
 CDecimalSystem
 CDeleteStatementDelete variable or function
 CDigitsStatementSet number of significant digits to show
 CDivisionNode
 CDrawStatement
 CEmptyStatementAn empty statement
 CErrorNodeRepresents an error message encapsulated in a syntax tree
 CEulersNumberNodeUse of Eulers number in a syntax tree
 CEvalStatementEvaluate arithmetic expression
 CEvaluatorTODO: Comment
 CExecuteStatement
 CExitStatementExit program
 CExpressionNodeBase class for all nodes related to mathematical expressions
 CFilesystemBaseAbstract base class encapsulating file system calls
 CFloorNode
 CfunctiondefFunction defitions of known mathematical functions
 CFunctionDefinitionNodeA syntax node able to define a user defined function
 CFunctionListA list of user defined functions
 CFunctionNodeRepresents a mathematical function in a syntax tree
 CGraphListA list of open graph windows
 CGraphWindow
 CGrid
 CHelpStatementLogic related to the help statement
 Chelptextdef
 CHyperbolicArcCosecantNode
 CHyperbolicArccosineNode
 CHyperbolicArcCotangentNode
 CHyperbolicArcSecantNode
 CHyperbolicArcsineNode
 CHyperbolicArctangentNode
 CHyperbolicCosecantNode
 CHyperbolicCosineNode
 CHyperbolicCotangentNode
 CHyperbolicSecantNode
 CHyperbolicSineNode
 CHyperbolicTangentNode
 Cidentalias
 Cidenthelpdef
 Cieee_float_shape_typeA union which permits us to convert between a float and a 32 bit int
 CInputStatementChange numeral input system
 CInsVariableNodeUse of last result in a syntax tree
 CkeyworddefCharacter representation of keyword tied with its symbol
 CLanguage
 CLexerEncapsulates an lexical analyzer. Provides token for the parser
 CListFunctionsStatementA syntax node able to list all user defined functions
 CListStatement
 CListVariablesStatementStatement to list all user defined variables
 CLnRootNode
 CLoadStatement
 CLogNode
 CMemoryBlockBlock of allocated memory
 CMemoryListList of allocated memory. Uses the LIFO principle
 CMemoryStatementShow memory usage
 CMultiplicationNode
 CNumber
 CNumeralSystemBase class for all numeral systems
 CNumericOperator
 CNumericValueNodeUse of a numeric value in a syntax tree
 CoperatordefCharacter representation of operator tied with its symbol
 COptimizer
 COutputStatementChange numeral output system
 CParserEncapsulates a recursive descent parser
 CPiNodeUse of PI in a syntax tree
 CPlotStatement
 CPositionalNumeralSystemBase class for all numeral systems with a positional notation
 CPosixLanguage
 CPowerNode
 CPreferencesBase
 CPrefsStatementLoad or save preferences
 CProgramMaster control class
 CPromptStatementSet prompt string
 CRealNumberRepresent a real number with 15 siginificant digits
 CRoundNodeA rounding function in a syntax tree
 CSaveStatement
 CSecantNode
 CShowStatement
 CSignumNodeA signum function in a syntax tree
 CSilentStatementMutes the output of another statement
 CSineNode
 CSquareRootNode
 CStandardConsoleEncapsulates the IO of a console using Standard C and termios
 CStandardFilesystem
 CStandardLanguage
 CStandardPreferences
 CStandardProgram
 CStandardTaskEncapsulates calls to POSIX task
 CStatementBlockElementUsed to create a linked list of statements
 CStatementBlockNodeA sequence of statements in a syntax tree
 CStatementNodeBase class for all statements in a syntax tree
 CSubtractionNode
 CSyntaxNodeBase class for all nodes in a syntax tree
 CTangentNode
 CTaskBaseAbstract base class encapsulating a system thread
 CtBigInt
 CTestProgramTest control class
 Ctextdef
 Ctexttag
 CtFloatUnion32
 CtFloatUnion64
 CThreadBaseAbstract base class encapsulating runable component
 CTokenTokens are created by the Lexical Analyzer and provides an intermediate state for input consumed by the parser
 CTruncNodeA truncation function in a syntax tree
 CUnaryNode
 CUserFunctionA user defined function
 CUserFunctionNodeAn expression node able to compute a function value
 CVariableA user defined variable
 CVariableListA list of user defined variables
 CVariableNodeUse of a variable in a syntax tree
 CVersionStatementShow version string