#include <function.h>
Public Member Functions | |
Constructors and destructor | |
Division () throw () | |
Default constructor. | |
Division (const Division &division) throw () | |
Copy constructor. | |
virtual | ~Division () throw () |
Destructor. | |
Assignment | |
Division< First, Second, DataType > & | operator= (const Division< First, Second, DataType > &division) throw () |
Assignment operator. | |
Predicates | |
bool | operator== (const Division< First, Second, DataType > &division) const throw () |
Equality operator. | |
Function realization | |
DataType | operator() (const DataType &x) const throw (Exception::DivisionByZero) |
Evaluation of this subterm. | |
Accessors | |
void | setFirst (const First &first) throw () |
set the first argument of the division | |
First & | getFirst () throw () |
get the first argument of the division | |
void | setSecond (const Second &second) throw () |
set the second argument of the division | |
Second & | getSecond () throw () |
get the second argument of the division | |
Protected Attributes | |
First | first_ |
Second | second_ |
|
get the first argument of the division
|
|
get the second argument of the division
|
|
Evaluation of this subterm.
|