| @root | classes |
class Minus | ^ |
This represents the contents of one node - the contents of another node
- Source:
- nodes.h:444
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Minus destructor public automatically generated Minus constructor public undocumented Minus constructor public automatically generated copy method public returns a pointer to a new copy of itself description method public return the description of the Node evaluate method public evaluate lhs - rhs operator = operator public automatically generated
destructor ~Minus | ? ^ > |
automatically generated
- Source:
- nodes.h
- Code:
public ~ Minus ( )
constructor Minus | ? ^ < > |
undocumented
- Source:
- nodes.h:449
- Code:
public Minus ( Node * lhs , Node * rhs ) : BinaryOperator ( lhs , rhs )
constructor Minus | ? ^ < > |
automatically generated
- Source:
- nodes.h
- Code:
public Minus ( const Minus & )
method copy | ? ^ < > |
returns a pointer to a new copy of itself
- Source:
- nodes.h:465
- Code:
public virtual Node * copy ( ) const
method description | ? ^ < > |
return the description of the Node
- Source:
- nodes.h:473
- Code:
public virtual string description ( ) const
method evaluate | ? ^ < > |
evaluate lhs - rhs
- Source:
- nodes.h:457
- Code:
public virtual dataType evaluate ( ) const
operator = | ? ^ < > |
automatically generated
- Source:
- nodes.h
- Code:
public Minus & operator = ( const Minus & )
Created Sun Oct 6 20:57:00 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.