Home :: @root classes

class LUnaryOp

^ 
    extends Operation as public

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

Contents

^ 
EntityInherited FromTypeScopeShort Description
~LUnaryOpdestructor publicundocumented
LUnaryOpconstructor publicundocumented
LUnaryOpconstructor publicautomatically generated
answermethod publicundocumented
getanswermethod publicundocumented
operator =operator publicautomatically 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.