Home :: @root classes

class Comma

^ 
    extends Operation as public

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

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Commadestructor publicundocumented
Commaconstructor publicundocumented
Commaconstructor publicautomatically generated
answermethod publicundocumented
getanswermethod publicundocumented
operator =operator publicautomatically generated

destructor ~Comma

? ^  > 
undocumented
Source:
oper.h:208
Code:
public virtual ~ Comma ( )

constructor Comma

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

constructor Comma

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

method answer

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

method getanswer

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

operator =

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

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.