| Home :: @root | classes |
class BinaryOp | ^ |
undocumented
- Source:
- oper.h:35
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~BinaryOp destructor public undocumented BinaryOp constructor public undocumented BinaryOp constructor public automatically generated answer method public undocumented getanswer method public undocumented operator = operator public automatically 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.