STK++ 1.0

STK::BinOp< Op, ExpLeft, ExpRight > Class Template Reference

Binary Operator class derived from BinOpBase class which is specialized. More...

#include <STK_TExpAlgebra.h>

Inheritance diagram for STK::BinOp< Op, ExpLeft, ExpRight >:

List of all members.

Public Member Functions

 BinOp (const ExpLeft &X, const ExpRight &Y)
 ~BinOp ()
 destructor.

Private Types

typedef BinOp< Op, ExpLeft,
ExpRight > 
_This

Detailed Description

template<class Op, class ExpLeft, class ExpRight>
class STK::BinOp< Op, ExpLeft, ExpRight >

Binary Operator class derived from BinOpBase class which is specialized.

Definition at line 403 of file STK_TExpAlgebra.h.


Member Typedef Documentation

template<class Op, class ExpLeft, class ExpRight>
typedef BinOp<Op, ExpLeft, ExpRight> STK::BinOp< Op, ExpLeft, ExpRight >::_This [private]

Definition at line 405 of file STK_TExpAlgebra.h.


Constructor & Destructor Documentation

template<class Op, class ExpLeft, class ExpRight>
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)
    { ;}
template<class Op, class ExpLeft, class ExpRight>
STK::BinOp< Op, ExpLeft, ExpRight >::~BinOp ( ) [inline]

destructor.

Definition at line 414 of file STK_TExpAlgebra.h.

{ ;}

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