| @root | classes |
class Function | ^ |
Function Class The function class replaces the specified variable in the tree with a copy containing the value given in the string argument for traverseTree
- Source:
- arithtreecrawlers.h:19
- Author:
- ag20@duke.edu jhc7@duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Function destructor public default destructor Function constructor public default constructor Function constructor public automatically generated description method public returns the description of the Function class, "f" operator = operator public automatically generated replaceVar method public traverses the tree and replaces root with a copy of myVar if they have the same description traverseTree method public parses string arg from form 'x=2' in to a SymbolicVar node with the appropriate value
destructor ~Function | ? ^ > |
default destructor
- Source:
- arithtreecrawlers.h:32
- Code:
public ~ Function ( )
constructor Function | ? ^ < > |
default constructor
- Source:
- arithtreecrawlers.h:27
- Code:
public Function ( )
constructor Function | ? ^ < > |
automatically generated
- Source:
- arithtreecrawlers.h
- Code:
public Function ( const Function & )
method description | ? ^ < > |
returns the description of the Function class, "f"
- Source:
- arithtreecrawlers.h:73
- Code:
public virtual string description ( )
operator = | ? ^ < > |
automatically generated
- Source:
- arithtreecrawlers.h
- Code:
public Function & operator = ( const Function & )
method replaceVar | ? ^ < > |
traverses the tree and replaces root with a copy of myVar if they have the same description
- Source:
- arithtreecrawlers.h:47
method traverseTree | ? ^ < > |
parses string arg from form 'x=2' in to a SymbolicVar node with the appropriate value
- Source:
- arithtreecrawlers.h:65
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.