@root classes

class Mod

^ 
    extends BinaryOperator as public

this is the subclass of BinaryOperator for doing modulation
Source:
mod.h:14
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Moddestructor publicautomatically generated
Modconstructor publicundocumented
Modconstructor publicautomatically generated
copymethod publicundocumented
descriptionmethod publicundocumented
evaluatemethod publicundocumented
GetChildNodemethod publicundocumented
GetKeyNodemethod publicundocumented
GetLeftChildBinaryOperatormethod publicundocumented
GetRightChildBinaryOperatormethod publicundocumented
operator =operator publicautomatically generated
PrecedenceNodemethod public returns a value correpsonding to the precedence of the operator, operand, or parentheses (higher value being higher precedence) Operands are the lowest, followed by normal order of operations rules
printBinaryOperatormethod publicundocumented
SetChildNodemethod public deprecated function - now replaced by SetLeftChild and SetRightChild for extended control
SetLeftChildBinaryOperatormethod publicundocumented
SetRightChildBinaryOperatormethod publicundocumented

destructor ~Mod

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

constructor Mod

? ^  < > 
undocumented
Source:
mod.h:16
Code:
public Mod ( Node * lhs ,
Node * rhs )

constructor Mod

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

method copy

? ^  < > 
undocumented
Source:
mod.h:20
Code:
public virtual Node * copy ( )

method description

? ^  < > 
undocumented
Source:
mod.h:22
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
undocumented
Source:
mod.h:18
Code:
public virtual myType evaluate ( ) const

method GetChild

? ^  < > 
undocumented
Inherited From:
Node
Source:
nodes.h:79
Code:
public virtual Node * GetChild ( )

method GetKey

? ^  < > 
undocumented
Inherited From:
Node
Source:
nodes.h:83
Code:
public virtual string GetKey ( ) const

method GetLeftChild

? ^  < > 
undocumented
Inherited From:
BinaryOperator
Source:
binaryop.h:25
Code:
public virtual Node * GetLeftChild ( )

method GetRightChild

? ^  < > 
undocumented
Inherited From:
BinaryOperator
Source:
binaryop.h:26
Code:
public virtual Node * GetRightChild ( )

operator =

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

method Precedence

? ^  < > 
returns a value correpsonding to the precedence of the operator, operand, or parentheses (higher value being higher precedence) Operands are the lowest, followed by normal order of operations rules
Inherited From:
Node
Source:
nodes.h:51
Code:
public virtual int Precedence ( ) const

method print

? ^  < > 
undocumented
Inherited From:
BinaryOperator
Source:
binaryop.h:20
Code:
public virtual void print ( ostream & out ) const

method SetChild

? ^  < > 
deprecated function - now replaced by SetLeftChild and SetRightChild for extended control
Inherited From:
Node
Source:
nodes.h:56
Code:
public virtual void SetChild ( Node * r )

method SetLeftChild

? ^  < > 
undocumented
Inherited From:
BinaryOperator
Source:
binaryop.h:22
Code:
public virtual void SetLeftChild ( Node * l )

method SetRightChild

? ^  < > 
undocumented
Inherited From:
BinaryOperator
Source:
binaryop.h:23
Code:
public virtual void SetRightChild ( Node * r )

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