Home :: @root classes

class DDifferator

^ 
    extends Differator as public

ddifferentiator, subclass of differator, right now this is the only function supported in Diffmetica it is an abstract class, all the work is actually done in lower classes
Source:
differator.h:56
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~DDifferatordestructor publicautomatically generated
DDifferatorconstructor publicundocumented
DDifferatorconstructor publicautomatically generated
DifferentiateDifferatormethod publicundocumented
operator =operator publicautomatically generated
workDifferatormethod publicundocumented

destructor ~DDifferator

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

constructor DDifferator

? ^  < > 
undocumented
Source:
differator.h:60
Code:
public DDifferator ( ) : myDescription ( "d" )

constructor DDifferator

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

method Differentiate

? ^  < > 
undocumented
Inherited From:
Differator
Source:
differator.h:31
Code:
public virtual Node * Differentiate ( Node * myNode )

operator =

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

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.