flopc::Expression_operator Class Reference
[Internal (private) interface.]

The base class for all expressions. More...

#include <MP_expression.hpp>

Inheritance diagram for flopc::Expression_operator:
Inheritance graph
[legend]
Collaboration diagram for flopc::Expression_operator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Expression_operator (const MP_expression &e1, const MP_expression &e2)
void insertVariables (std::set< MP_variable * > &v) const

Protected Attributes

MP_expression left
MP_expression right

Detailed Description

The base class for all expressions.

Note:
FOR INTERNAL USE: This is not normally used directly by the calling code.
Todo:
can this be moved to the cpp file?

Definition at line 157 of file MP_expression.hpp.


Constructor & Destructor Documentation

flopc::Expression_operator::Expression_operator ( const MP_expression e1,
const MP_expression e2 
) [inline]

Definition at line 159 of file MP_expression.hpp.


Member Function Documentation

void flopc::Expression_operator::insertVariables ( std::set< MP_variable * > &  v  )  const [inline, virtual]

Implements flopc::MP_expression_base.

Definition at line 161 of file MP_expression.hpp.


Member Data Documentation

Definition at line 166 of file MP_expression.hpp.

Definition at line 166 of file MP_expression.hpp.


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

Generated on 24 Nov 2013 by  doxygen 1.6.1