Home :: @root classes

class BiDifferator

^ 
    extends Differator as public

BiDifferator: another abstract class that groups the binaryoperation Differators
Source:
differator.h:113
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~BiDifferatordestructor publicautomatically generated
BiDifferatorconstructor publicundocumented
BiDifferatorconstructor publicautomatically generated
Differentiatemethod publicundocumented
operator =operator publicautomatically generated
workDifferatormethod publicundocumented

destructor ~BiDifferator

? ^  > 
automatically generated
Source:
differator.h
Code:
public ~ BiDifferator ( )

constructor BiDifferator

? ^  < > 
undocumented
Source:
differator.h:117
Code:
public BiDifferator ( string descrip ) : myDescription ( descrip )

constructor BiDifferator

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

method Differentiate

? ^  < > 
undocumented
Source:
differator.h:119
Code:
public virtual Node * Differentiate ( Node * myNode ) = 0

operator =

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

method work

? ^  < > 
undocumented
Inherited From:
Differator
Source:
differator.h:45
Code:
public virtual void work ( Node * myNode ,
vector < map < string ,
Worker * > > & myMaps )

Created Thu Oct 10 01:13:39 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.