@root classes

class Divide

^ 
    extends { BinaryOperator, BinaryOperator } as public

This represents the contents of one node / the contents of another node
Source:
nodes.h:521
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Dividedestructor publicautomatically generated
Divideconstructor publicundocumented
Divideconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself
descriptionmethod public return the description of the Node
evaluatemethod public evaluate lhs / rhs
operator =operator publicautomatically generated

destructor ~Divide

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

constructor Divide

? ^  < > 
undocumented
Source:
nodes.h:526
Code:
public Divide ( Node * lhs ,
Node * rhs ) : BinaryOperator ( lhs ,
rhs )

constructor Divide

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

method copy

? ^  < > 
returns a pointer to a new copy of itself
Source:
nodes.h:544
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
return the description of the Node
Source:
nodes.h:552
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
evaluate lhs / rhs
Source:
nodes.h:536
Code:
public virtual dataType evaluate ( ) const

operator =

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

Created Sun Oct 6 20:57:01 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.