24 #ifndef ACLELEMENTGENERICBINARY_H 25 #define ACLELEMENTGENERICBINARY_H 27 #include "../Operators/aclOperatorBinary.h" 33 class ElementGenericBinary:
public OperatorBinary
36 const string operation;
39 virtual string str(
const KernelConfiguration & kernelConfig)
const;
46 const string functionName;
48 ElementGenericBinaryFunction(
Element a1,
Element a2,
const string & functionName_);
49 virtual string str(
const KernelConfiguration & kernelConfig)
const;
55 #endif // ACLELEMENTGENERICBINARY_H Advanced Computational Language.
ElementGenericBinary(Element a1, Element a2, const string &operation_)
virtual string str(const KernelConfiguration &kernelConfig) const
OperatorBinary(Element a1, Element a2, const string &description="")
std::shared_ptr< ElementBase > Element