@rootclasses

Class Summary

^ 
EntityTypeScopeShort Description
@rootpackage publicautomatically generated
    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.
    BinaryOperatorclass public this is the generic birary operator node (num op num)
    Commaclass public this is the subclass of node for holding integer constants
    Constantclass public this is the subclass of node for holding integer constants
    Cosclass public this is the subclass of UnnaryOperator for doing trigonometric cosines
    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
    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
    Negationclass public this is the subclass of UnnaryOperator for doing negation
    Nodeclass public this is the parent class for everything some empty virtual functions are needed for it's inherited classes
    Parenclass public This is the subclass of Node for holding parentheses.
    Plusclass public this is the subclass of BinaryOperator for doing addition
    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
    UnaryOperatorclass public this is the generic unary operator node (op num) or (num op)
    Variableclass public this is the subclass of Nodes for handling variable values.

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