flopc::Constant_div Class Reference

Inheritance diagram for flopc::Constant_div:
flopc::Constant_exp flopc::Constant_base

List of all members.

Private Member Functions

 Constant_div (const Constant &i, const Constant &j)
double evaluate () const

Friends

Constant operator/ (const Constant &a, const Constant &b)
 Returns the quotient of two constants.This is used in the formation of an expression.

Detailed Description

Definition at line 190 of file MP_constant.cpp.


Constructor & Destructor Documentation

flopc::Constant_div::Constant_div ( const Constant i,
const Constant j 
) [inline, private]

Definition at line 193 of file MP_constant.cpp.


Member Function Documentation

double flopc::Constant_div::evaluate (  )  const [inline, private, virtual]

Implements flopc::Constant_base.

Definition at line 194 of file MP_constant.cpp.

References flopc::Constant_exp::left, and flopc::Constant_exp::right.


Friends And Related Function Documentation

Constant operator/ ( const Constant a,
const Constant b 
) [friend]

Returns the quotient of two constants.This is used in the formation of an expression.

Parameters:
a first constant
b second constant
Returns:
the result of dividing the first parameter by the second.

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2