| Home :: @root | classes |
class Differator | ^ |
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 | ^ |
Entity Inherited From Type Scope Short Description ~Differator destructor public automatically generated Differator constructor public undocumented Differator constructor public automatically generated Differentiate method public undocumented operator = operator public automatically generated work method public undocumented
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
operator = | ? ^ < > |
automatically generated
- Source:
- differator.h
- Code:
public Differator & operator = ( const Differator & )
method work | ? ^ < > |
undocumented
- Source:
- differator.h:45
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.