@root classes

class Mod

^ 
    extends { BinaryOperator, BinaryOperator } as public

This represents the contents of one node % the contents of another node
Source:
arithnodes.h:556
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Moddestructor publicautomatically generated
Modconstructor publicundocumented
Modconstructor 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 ~Mod

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

constructor Mod

? ^  < > 
undocumented
Source:
arithnodes.h:561
Code:
public Mod ( Node * lhs ,
Node * rhs ) : BinaryOperator ( lhs ,
rhs )

constructor Mod

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

method copy

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

method description

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

method evaluate

? ^  < > 
evaluate lhs % rhs
Source:
arithnodes.h:574
Code:
public virtual dataType evaluate ( ) const

operator =

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

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