| @root | classes |
class MultiTypeFunction | ^ |
The MultiTypeFunction class is the parent class for functions that take multiple arguments with the format f(exp, arg, arg, ...)
- Source:
- nodes.h:313
- Author:
- jhc7duke.edu ag20@duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~MultiTypeFunction destructor public destructor MultiTypeFunction constructor public undocumented MultiTypeFunction constructor public automatically generated description method public return the name of the function operator = operator public automatically generated printToString method public return a string of the function with its arguments setArgs method public set the arguments of the function
destructor ~MultiTypeFunction | ? ^ > |
destructor
- Source:
- nodes.h:324
- Code:
public ~ MultiTypeFunction ( )
constructor MultiTypeFunction | ? ^ < > |
undocumented
- Source:
- nodes.h:318
constructor MultiTypeFunction | ? ^ < > |
automatically generated
- Source:
- nodes.h
- Code:
public MultiTypeFunction ( const MultiTypeFunction & )
method description | ? ^ < > |
return the name of the function
- Source:
- nodes.h:351
- Code:
public virtual string description ( ) const = 0
operator = | ? ^ < > |
automatically generated
- Source:
- nodes.h
- Code:
public MultiTypeFunction & operator = ( const MultiTypeFunction & )
method printToString | ? ^ < > |
return a string of the function with its arguments
- Source:
- nodes.h:338
- Code:
public virtual string printToString ( ) const
method setArgs | ? ^ < > |
set the arguments of the function
- Source:
- nodes.h:346
- Code:
public virtual void setArgs ( vector < float > args )
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.