@root classes

class MultiTypeFunction

^ 
    extends { Node, Node } as public

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

^ 
EntityInherited FromTypeScopeShort Description
~MultiTypeFunctiondestructor public destructor
MultiTypeFunctionconstructor publicundocumented
MultiTypeFunctionconstructor publicautomatically generated
descriptionmethod public return the name of the function
operator =operator publicautomatically generated
printToStringmethod public return a string of the function with its arguments
setArgsmethod public set the arguments of the function

destructor ~MultiTypeFunction

? ^  > 
destructor
Source:
nodes.h:324
Code:
public ~ MultiTypeFunction ( )

constructor MultiTypeFunction

? ^  < > 
undocumented
Source:
nodes.h:318
Code:
public MultiTypeFunction ( Node * rhs ,
vector < float > args ) : Node ( NULL ,
rhs ) , myArgs ( args )

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.