MEAL::BinaryRule< T > Class Template Reference

Abstract base class of binary operators. More...

#include <BinaryRule.h>

Public Member Functions

 BinaryRule ()
 Default constructor.
 BinaryRule (const BinaryRule &rule)
 Copy constructor.
BinaryRuleoperator= (const BinaryRule &rule)
 Assignment operator.
 ~BinaryRule ()
 Destructor.
void set_arg1 (T *model)
 Set the first argument to the binary operation.
void set_arg2 (T *model)
 Set the second argument to the binary operation.

Protected Attributes

Project< T > arg1
 The first argument to the binary operation.
Project< T > arg2
 The first argument to the binary operation.

Detailed Description

template<class T>
class MEAL::BinaryRule< T >

Abstract base class of binary operators.


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

Generated using doxygen 1.14.0