| @root | classes |
class SymbolicVar | ^ |
SymbolicVar- This class stores a symbolic variable
- Source:
- nodes.h:137
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~SymbolicVar destructor public automatically generated SymbolicVar constructor public undocumented SymbolicVar constructor public automatically generated copy method public returns a copy of this node description method public returns the node's description, the variable name evaluate method public returns the value of the variable operator = operator public automatically generated printToString method public print the number
destructor ~SymbolicVar | ? ^ > |
automatically generated
- Source:
- nodes.h
- Code:
public ~ SymbolicVar ( )
constructor SymbolicVar | ? ^ < > |
undocumented
- Source:
- nodes.h:144
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.