| Home :: @root | classes |
class LUnaryOp | ^ |
undocumented
- Source:
- oper.h:156
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~LUnaryOp destructor public undocumented LUnaryOp constructor public undocumented LUnaryOp constructor public automatically generated answer method public undocumented getanswer method public undocumented operator = operator public automatically generated
destructor ~LUnaryOp | ? ^ > |
undocumented
- Source:
- oper.h:164
- Code:
public virtual ~ LUnaryOp ( )
constructor LUnaryOp | ? ^ < > |
undocumented
- Source:
- oper.h:163
- Code:
public LUnaryOp ( int prece , string description ) : myDescription ( description )
constructor LUnaryOp | ? ^ < > |
automatically generated
- Source:
- oper.h
- Code:
public LUnaryOp ( const LUnaryOp & )
method answer | ? ^ < > |
undocumented
- Source:
- oper.h:193
- Code:
public virtual Node * answer ( )
method getanswer | ? ^ < > |
undocumented
- Source:
- oper.h:183
- Code:
public virtual void getanswer ( stack < Node * > & operand )
operator = | ? ^ < > |
automatically generated
- Source:
- oper.h
- Code:
public LUnaryOp & operator = ( const LUnaryOp & )
Created Thu Oct 10 01:13:48 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.