@root classes

class Function

^ 
    extends TreeCrawler as public

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

^ 
EntityInherited FromTypeScopeShort Description
~Functiondestructor publicdefault destructor
Functionconstructor publicdefault constructor
Functionconstructor publicautomatically generated
descriptionmethod public returns the description of the Function class, "f"
operator =operator publicautomatically generated
replaceVarmethod publictraverses the tree and replaces root with a copy of myVar if they have the same description
traverseTreemethod 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
Code:
public void replaceVar ( Node * root ,
Node * myVar )

method traverseTree

? ^  < > 
parses string arg from form 'x=2' in to a SymbolicVar node with the appropriate value
Source:
arithtreecrawlers.h:65
Code:
public virtual Node * traverseTree ( Node * root ,
string arg )

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.