| @root | classes |
class Factorial | ^ |
The Factorial class returns the factorial of its child when it is evaluated
- Source:
- arithnodes.h:63
- Author:
- jhc7duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Factorial destructor public automatically generated Factorial constructor public undocumented Factorial constructor public automatically generated copy method public returns a copy of this node description method public returns the description of this node evaluate method public return the factorial of myRHS operator = operator public automatically generated printToString method 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
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.