@root classes

class Derive

^ 
this is the parent class for everything some empty virtual functions are needed for it's inherited classes
Source:
Derive.h:19
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~Derivedestructor publicautomatically generated
Deriveconstructor publicundocumented
Deriveconstructor publicautomatically generated
Derivatemethod publicundocumented
operator =operator publicautomatically generated

destructor ~Derive

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

constructor Derive

? ^  < > 
undocumented
Source:
Derive.h:21
Code:
public Derive ( )

constructor Derive

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

method Derivate

? ^  < > 
undocumented
Source:
Derive.h:23
Code:
public Node * Derivate ( Node * ,
string )

operator =

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

Created Mon Oct 7 11:43:04 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.