classes

package @root

^ 

Contents

^ 
EntityTypeScopeShort Description
Absclass public this is the subclass of UnnaryOperator for doing absolute value
Arithmeticaclass public Arithmetica is a class which handles the read/eval/print loop It will take a line of inputted text, and parse it through, splitting it into numbers, variables, operators, and parentheses.
BINARYFUNCTIONvariable publicundocumented
BinaryOperatorclass public this is the generic birary operator node (num op num)
CLOSEDPARENvariable publicundocumented
Commaclass public this is the subclass of node for holding integer constants
COMMAvariable publicundocumented
Constantclass public this is the subclass of node for holding integer constants
CONSTANTvariable publicundocumented
Cosclass public this is the subclass of UnnaryOperator for doing trigonometric cosines
DERIVATIVEvariable publicundocumented
Derivativeclass public this is the subclass of BinaryOperator for doing addition
Deriveclass public this is the parent class for everything some empty virtual functions are needed for it's inherited classes
Divideclass public this is the subclass of BinaryOperator for doing division
evariable publicundocumented
exmaptypedef publicundocumented
FACTORIALvariable publicundocumented
Factorialclass public this is the subclass of UnaryOperator for calculating factorials
Imageclass public this is the subclass of node for holding integer constants
Logclass public this is the subclass of BinaryOperator for doing logarithms of various bases
Minusclass public this is the subclass of BinaryOperator for doing subtraction
Modclass public this is the subclass of BinaryOperator for doing modulation
myTypetypedef publicundocumented
Negationclass public this is the subclass of UnnaryOperator for doing negation
NEGATIONvariable publicundocumented
Nodeclass public this is the parent class for everything some empty virtual functions are needed for it's inherited classes
OPENPARENvariable publicundocumented
OURTYPEDEFvariable publicundocumented
Parenclass public This is the subclass of Node for holding parentheses.
PIvariable publicundocumented
Plusclass public this is the subclass of BinaryOperator for doing addition
PLUSMINUSvariable publicundocumented
Powerclass public this is the subclass of UnaryOperator for doing exponents
Sinclass public this is the subclass of UnnaryOperator for doing trigonemetric sines
Sqrtclass public this is the subclass of UnnaryOperator for doing square roots
Tanclass public this is the subclass of UnnaryOperator for doing trigonometric tangents
Timesclass public this is the subclass of BinaryOperator for doing multiplication
TIMESDIVIDEMODvariable publicundocumented
UNARYFUNCTIONvariable publicundocumented
UnaryOperatorclass public this is the generic unary operator node (op num) or (num op)
VARIABLEvariable publicundocumented
Variableclass public this is the subclass of Nodes for handling variable values.

Created Mon Oct 7 11:43:03 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.