Home :: @root classes

class BinaryOp

^ 
    extends Operation as public

undocumented
Source:
oper.h:35
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~BinaryOpdestructor publicundocumented
BinaryOpconstructor publicundocumented
BinaryOpconstructor publicautomatically generated
answermethod publicundocumented
getanswermethod publicundocumented
operator =operator publicautomatically generated

destructor ~BinaryOp

? ^  > 
undocumented
Source:
oper.h:44
Code:
public virtual ~ BinaryOp ( )

constructor BinaryOp

? ^  < > 
undocumented
Source:
oper.h:42
Code:
public BinaryOp ( int prece ,
string description ) : myDescription ( description )

constructor BinaryOp

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

method answer

? ^  < > 
undocumented
Source:
oper.h:84
Code:
public virtual Node * answer ( )

method getanswer

? ^  < > 
undocumented
Source:
oper.h:74
Code:
public virtual void getanswer ( stack < Node * > & operand )

operator =

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

Created Thu Oct 10 01:13:47 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.