@root classes

class UnaryFunction

^ 
    extends { Node, Node } as public

Unary Function class is the parent class for functions that take a single argument in the form Function(arg)
Source:
nodes.h:193
Author:
jhc7duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~UnaryFunctiondestructor public destructor
UnaryFunctionconstructor publicundocumented
UnaryFunctionconstructor publicautomatically generated
descriptionmethod public return the name of the function
operator =operator publicautomatically generated
printToStringmethod public print out the function
setChildmethod public set the pointer to the functions argument

destructor ~UnaryFunction

? ^  > 
destructor
Source:
nodes.h:207
Code:
public virtual ~ UnaryFunction ( )

constructor UnaryFunction

? ^  < > 
undocumented
Source:
nodes.h:198
Code:
public UnaryFunction ( Node * rhs ) : Node ( '\0' ,
rhs )

constructor UnaryFunction

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

method description

? ^  < > 
return the name of the function
Source:
nodes.h:230
Code:
public virtual string description ( ) const = 0

operator =

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

method printToString

? ^  < > 
print out the function
Source:
nodes.h:217
Code:
public virtual string printToString ( ) const

method setChild

? ^  < > 
set the pointer to the functions argument
Source:
nodes.h:225
Code:
public virtual void setChild ( Node * rhs )

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.