FLOPC++
Private Member Functions | Friends | List of all members
flopc::Constant_div Class Reference
Inheritance diagram for flopc::Constant_div:
Inheritance graph
[legend]
Collaboration diagram for flopc::Constant_div:
Collaboration graph
[legend]

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. 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
 

Detailed Description

Definition at line 181 of file MP_constant.cpp.

Constructor & Destructor Documentation

flopc::Constant_div::Constant_div ( const Constant i,
const Constant j 
)
inlineprivate

Definition at line 184 of file MP_constant.cpp.

Member Function Documentation

double flopc::Constant_div::evaluate ( ) const
inlineprivatevirtual

Implements flopc::Constant_base.

Definition at line 185 of file MP_constant.cpp.

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
afirst constant
bsecond constant
Returns
the result of dividing the first parameter by the second.

Definition at line 190 of file MP_constant.cpp.


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