| 
    FLOPC++
    
   | 
 


Private Member Functions | |
| Constant_plus (const Constant &i, const Constant &j) | |
| double | evaluate () const | 
Friends | |
| Constant | operator+ (const Constant &a, const Constant &b) | 
| Returns the sum of two constants.This is used in the formation of an expression.  More... | |
| Constant | operator+ (MP_index &a, MP_index &b) | 
| returns a Constant as a result of addition of two MP_index values.  More... | |
Additional Inherited Members | |
  Public Member Functions inherited from flopc::Constant_base | |
| virtual int | getStage () const | 
| virtual int | stage () const | 
  Protected Member Functions inherited from flopc::Constant_exp | |
| Constant_exp (const Constant &i, const Constant &j) | |
  Protected Member Functions inherited from flopc::Constant_base | |
| Constant_base () | |
| virtual | ~Constant_base () | 
  Protected Attributes inherited from flopc::Constant_exp | |
| Constant | left | 
| Constant | right | 
  Protected Attributes inherited from flopc::Constant_base | |
| int | count | 
Definition at line 133 of file MP_constant.cpp.
Definition at line 137 of file MP_constant.cpp.
      
  | 
  inlineprivatevirtual | 
Implements flopc::Constant_base.
Definition at line 138 of file MP_constant.cpp.
Returns the sum of two constants.This is used in the formation of an expression.
| a | first constant | 
| b | second constant | 
Definition at line 143 of file MP_constant.cpp.
returns a Constant as a result of addition of two MP_index values.
Definition at line 146 of file MP_constant.cpp.
 1.8.5