| @root | classes |
class UnaryFunction | ^ |
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 | ^ |
Entity Inherited From Type Scope Short Description ~UnaryFunction destructor public destructor UnaryFunction constructor public undocumented UnaryFunction constructor public automatically generated description method public return the name of the function operator = operator public automatically generated printToString method public print out the function setChild method 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
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.