Home :: @root classes

class Differator

^ 
    extends Worker as public

class Differator:public Worker this class and its subclasses are made to do work on diffmetica expressions.

It has all Worker's public functions and private ones to do the actual differentiating following diff rules. This is a good exam of a .h file template a user can add add a new application. It is dependent on worker.h and printer.h printer.h is used as a helper to print out the diff expressions

Source:
differator.h:24
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Differatordestructor publicautomatically generated
Differatorconstructor publicundocumented
Differatorconstructor publicautomatically generated
Differentiatemethod publicundocumented
operator =operator publicautomatically generated
workmethod publicundocumented

destructor ~Differator

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

constructor Differator

? ^  < > 
undocumented
Source:
differator.h:28
Code:
public Differator ( )

constructor Differator

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

method Differentiate

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

operator =

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

method work

? ^  < > 
undocumented
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.