@root classes

class Factorial

^ 
    extends { Node, Node } as public

The Factorial class returns the factorial of its child when it is evaluated
Source:
arithnodes.h:63
Author:
jhc7duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Factorialdestructor publicautomatically generated
Factorialconstructor publicundocumented
Factorialconstructor publicautomatically generated
copymethod public returns a copy of this node
descriptionmethod public returns the description of this node
evaluatemethod public return the factorial of myRHS
operator =operator publicautomatically generated
printToStringmethod public prints value of myRHS and factorial operator to a string

destructor ~Factorial

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

constructor Factorial

? ^  < > 
undocumented
Source:
arithnodes.h:69
Code:
public Factorial ( Node * child ) : Node ( '\0' ,
child )

constructor Factorial

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

method copy

? ^  < > 
returns a copy of this node
Source:
arithnodes.h:93
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
returns the description of this node
Source:
arithnodes.h:101
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
return the factorial of myRHS
Source:
arithnodes.h:77
Code:
public virtual dataType evaluate ( ) const

operator =

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

method printToString

? ^  < > 
prints value of myRHS and factorial operator to a string
Source:
arithnodes.h:85
Code:
public virtual string printToString ( ) const

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