Class MEAL::BinaryRule

template<class T>
class BinaryRule : public T

Abstract base class of binary operators.

Public Functions

inline BinaryRule()

Default constructor.

inline BinaryRule(const BinaryRule &rule)

Copy constructor.

BinaryRule &operator=(const BinaryRule &rule)

Assignment operator.

inline ~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.