| @root | classes |
class BinaryOperator | ^ |
this is a generic class for binary operators and a parent class for specific operators such as +, -, etc
- Source:
- nodes.h:365
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~BinaryOperator destructor public destructor BinaryOperator constructor public undocumented BinaryOperator constructor public automatically generated description method public return the name of the function operator = operator public automatically generated printToString method public return a string of the operator along with its rhs and lhs
destructor ~BinaryOperator | ? ^ > |
destructor
- Source:
- nodes.h:378
- Code:
public virtual ~ BinaryOperator ( )
constructor BinaryOperator | ? ^ < > |
undocumented
- Source:
- nodes.h:369
constructor BinaryOperator | ? ^ < > |
automatically generated
- Source:
- nodes.h
- Code:
public BinaryOperator ( const BinaryOperator & )
method description | ? ^ < > |
return the name of the function
- Source:
- nodes.h:395
- Code:
public virtual string description ( ) const = 0
operator = | ? ^ < > |
automatically generated
- Source:
- nodes.h
- Code:
public BinaryOperator & operator = ( const BinaryOperator & )
method printToString | ? ^ < > |
return a string of the operator along with its rhs and lhs
- Source:
- nodes.h:390
- Code:
public virtual string printToString ( ) const
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.