@root classes

class SquareRoot

^ 
    extends { UnaryFunction, UnaryFunction } as public

the SquareRoot class returns the square root of the Node * RHS when it is evaluated
Source:
arithnodes.h:174
Author:
jhc7duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~SquareRootdestructor publicautomatically generated
SquareRootconstructor publicundocumented
SquareRootconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself
descriptionmethod public return the description of the Node
evaluatemethod public returns the square root of the tree
operator =operator publicautomatically generated

destructor ~SquareRoot

? ^  > 
automatically generated
Source:
arithnodes.h
Code:
public ~ SquareRoot ( )

constructor SquareRoot

? ^  < > 
undocumented
Source:
arithnodes.h:179
Code:
public SquareRoot ( Node * rhs ) : UnaryFunction ( rhs )

constructor SquareRoot

? ^  < > 
automatically generated
Source:
arithnodes.h
Code:
public SquareRoot ( const SquareRoot & )

method copy

? ^  < > 
returns a pointer to a new copy of itself
Source:
arithnodes.h:195
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
return the description of the Node
Source:
arithnodes.h:203
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
returns the square root of the tree
Source:
arithnodes.h:187
Code:
public virtual dataType evaluate ( ) const

operator =

? ^  < > 
automatically generated
Source:
arithnodes.h
Code:
public SquareRoot & operator = ( const SquareRoot & )

Created Sun Oct 6 20:56:56 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.