@root classes

class Exponent

^ 
    extends { UnaryFunction, UnaryFunction } as public

the Exponent class returns the exponent of the Node * RHS when it is evaluated
Source:
arithnodes.h:213
Author:
jhc7duke.edu, ag20@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Exponentdestructor publicautomatically generated
Exponentconstructor publicundocumented
Exponentconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself
descriptionmethod public return the description of the Node
evaluatemethod public returns exp( ) of myRHS->evaluate
operator =operator publicautomatically generated

destructor ~Exponent

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

constructor Exponent

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

constructor Exponent

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

method copy

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

method description

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

method evaluate

? ^  < > 
returns exp( ) of myRHS->evaluate
Source:
arithnodes.h:226
Code:
public virtual dataType evaluate ( ) const

operator =

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

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.