|
STK++ 1.0
|
Binary Operator class derived from BinOpBase class which is specialized. More...
#include <STK_TExpAlgebra.h>

Public Member Functions | |
| BinOp (const ExpLeft &X, const ExpRight &Y) | |
| ~BinOp () | |
| destructor. | |
Private Types | |
| typedef BinOp< Op, ExpLeft, ExpRight > | _This |
Binary Operator class derived from BinOpBase class which is specialized.
Definition at line 403 of file STK_TExpAlgebra.h.
typedef BinOp<Op, ExpLeft, ExpRight> STK::BinOp< Op, ExpLeft, ExpRight >::_This [private] |
Definition at line 405 of file STK_TExpAlgebra.h.
| STK::BinOp< Op, ExpLeft, ExpRight >::BinOp | ( | const ExpLeft & | X, |
| const ExpRight & | Y | ||
| ) | [inline] |
Definition at line 409 of file STK_TExpAlgebra.h.
: BinOpBase<Op, ExpLeft, ExpRight>(X,Y)
{ ;}
| STK::BinOp< Op, ExpLeft, ExpRight >::~BinOp | ( | ) | [inline] |