@root classes

class SymbolicVar

^ 
    extends { Node, Node } as public

SymbolicVar- This class stores a symbolic variable
Source:
nodes.h:137
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~SymbolicVardestructor publicautomatically generated
SymbolicVarconstructor publicundocumented
SymbolicVarconstructor publicautomatically generated
copymethod public returns a copy of this node
descriptionmethod public returns the node's description, the variable name
evaluatemethod publicreturns the value of the variable
operator =operator publicautomatically generated
printToStringmethod public print the number

destructor ~SymbolicVar

? ^  > 
automatically generated
Source:
nodes.h
Code:
public ~ SymbolicVar ( )

constructor SymbolicVar

? ^  < > 
undocumented
Source:
nodes.h:144
Code:
public SymbolicVar ( string name ,
Node * rhs ) : Node ( '\0' ,
rhs )

constructor SymbolicVar

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

method copy

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

method description

? ^  < > 
returns the node's description, the variable name
Source:
nodes.h:178
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
returns the value of the variable
Source:
nodes.h:152
Code:
public virtual dataType evaluate ( ) const

operator =

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

method printToString

? ^  < > 
print the number
Source:
nodes.h:162
Code:
public virtual string printToString ( ) const

Created Sun Oct 6 20:57:00 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.